helloSystem / QtPlugin

Qt platform plugin and style, required for Qt applications to export their menus over D-Bus in the required format
5 stars 4 forks source link

Do not hardcode the font size for buttons #24

Open probonopd opened 1 year ago

probonopd commented 1 year ago

To allow for, e.g.,

image

Also, the "About This Computer" screen has a button with smaller text, which is currently ignored for the same reason.

Also, we should set the fixed height for buttons only if the default font size is not changed; once that size is changed, we should not fix the button height anymore.

Reference: