Community
Participate
Working Groups
There is a lot of room for Scale theming enhancement: 1. add background-image property (gradient) to Scale and Scale-Thumb( ??? currently the thumb is Image widget ). 2. add border, border-radius for Scale-Thumb( ??? currently the thumb is Image widget ). 3. add HORIZONTAL/VERTICAL style to both Scale and Scale-Thumb. 4. make the ruler images themeable. 5. make the thumb images themeable ( ??? currently the thumb is Image widget ). 6. add hover state for the thumb. If it help us for more flexible styling we can consider to change the client side thumb implementation from Image to BasicButton (like in Slider).
Changed scale thumb client-side widget to BasicButton. Added themable properties border and border-radius. Removed unused tumb images.
Further enhancements proposal: (maybe) introduce a "Scale-Rail" element in Scale.theme.xml to make the "rail" of the Scale themable: - at least, make the background-image of the rail exchangeable. - better: add background-image, background-color, border, border-radius and box-shadow (including "inset" keyword) Also, further extend Scale-Thumb: add background-image to enable pattern images and gradients
...add height and width to Scale-Thumb, as well.
We decided to remove the ruler markers completely. Changes are in CVS HEAD.
Fixed with change https://git.eclipse.org/r/#/c/37460/.