Difference between revisions of "ToDo: Theme Tweaks"
From Audacity Wiki
(New page.) |
DavidBailes (talk | contribs) m (→Image Cache Tweaks) |
||
Line 6: | Line 6: | ||
* {{todo}} Larger image for thumbs on sliders, so that we can have big thumbs on hover. | * {{todo}} Larger image for thumbs on sliders, so that we can have big thumbs on hover. | ||
* {{todo}} Fix number 7 on Note track. | * {{todo}} Fix number 7 on Note track. | ||
+ | * {{todo}} On the light theme, the graphics for labels have a dark blue fill, and black outline, which makes the outlines difficult to see. | ||
==Theme Code== | ==Theme Code== |
Revision as of 15:36, 13 July 2017
Image Cache Tweaks
-
Lighter highlighting in TCP per Bug 1681
-
Highlight down for buttons as well as highlight up.
-
More visible highlight on classic.
-
Larger image for thumbs on sliders, so that we can have big thumbs on hover.
-
Fix number 7 on Note track.
-
On the light theme, the graphics for labels have a dark blue fill, and black outline, which makes the outlines difficult to see.
Theme Code
-
Use const on ImageCache data (by Henricj)
-
All cursor (line) colours themable
-
Abolish many pens and brushes and use the dynamic one.
-
Trawl all code for remaining hard coded images / colours.
-
Rearrange cache to more logical order.
-
Themable drop-downs for Device and Selection toolbars.