GNOME Bugzilla – Bug 771957
Suggestion: Make the Programming bit marker labels dim (and fix a typo along the way!)
Last modified: 2016-10-04 06:31:46 UTC
The bit marker labels are less important than the bit digits, but at the moment, they have the same colour and end up making things look a bit cluttered. Giving them the dim-label style class makes them look nicer IMO. Also, it more clearly conveys the idea that, unlike the bit digits, they can't be clicked on. While trying this, I also noticed that one of them had an id of "bit_maker", so it's missing the 1st "r". It looks like this can be fixed without consequence. Screenshots and patches to follow. Hope this is useful!
Created attachment 336235 [details] before: light
Created attachment 336236 [details] after: light
Created attachment 336237 [details] before: dark
Created attachment 336238 [details] after: dark
Created attachment 336239 [details] [review] buttons-programming.ui: fix a typo in one of the bit_marker Labels
Created attachment 336240 [details] [review] buttons-programming.ui: give the bit_marker Labels the dim-label style class
Thank you, patches look fine, and they indeed improve the look of the programming view. Attachment 336239 [details] pushed as 929512c - buttons-programming.ui: fix a typo in one of the bit_marker Labels Attachment 336240 [details] pushed as 84f4d2b - buttons-programming.ui: give the bit_marker Labels the dim-label style class