Skip to content

Make .text-button style the default button style

nana-4 requested to merge nana-4/gtk:drop-text-button-style-class into master
  • Buttons are normally just text buttons.
  • People tend to forget to manually add .text-button.image-button to a button with a combination of text and image.
  • Even built-in button widgets such as GtkMenuButton, GtkLockButton, GtkComboBox and GtkDropDown lack these style classes (at the moment), and therefore they have no consistent sizing.

For these reasons, this merge request makes the .text-button style the default button style and drops the style class.

This makes the button styles more consistent.

Edited by nana-4

Merge request reports