GNOME Bugzilla – Bug 708394
CSS - support min-width
Last modified: 2015-12-15 18:17:54 UTC
I have a problem with the button widths in header bars. In some cases they are too wide, such as the "Lock" buttons in the control center. However, if I reduce the padding inside the buttons, many others become too narrow (such as "New" and "Done" buttons). I might be wrong, but being able to set a minimum width on text buttons would be a good solution to this.
*** Bug 558394 has been marked as a duplicate of this bug. ***
*** Bug 732510 has been marked as a duplicate of this bug. ***
Since my report has been marked a duplicate, I'll make a comment :) I'd like to be able to set the absolute width of a Gtk.Image like: .toolbar GtkImage { height: 24px; width: 24px; } In this way, the theme would have control over icon sizes (and styles) so developers wouldn't need to worry about things like "Use 24px regular icons in headerbars on elementary, but 16px symbolic icons in headers on GNOME".
*** Bug 688675 has been marked as a duplicate of this bug. ***