Skip to content

Commit

Permalink
Improve UI for Preferences button
Browse files Browse the repository at this point in the history
Add a text so there's not just a (potentially missing) icon, also use
a different icon that's also available in Adwaita icon theme.
  • Loading branch information
z3ntu committed Dec 12, 2022
1 parent 3d942f7 commit 417b40c
Showing 1 changed file with 32 additions and 4 deletions.
36 changes: 32 additions & 4 deletions ui/razergenie.ui
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,26 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>150</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>150</width>
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string>Preferences</string>
<string/>
</property>
<property name="text">
<string/>
<string>Preferences</string>
</property>
<property name="icon">
<iconset theme="preferences-system"/>
<iconset theme="preferences-system-symbolic"/>
</property>
<property name="iconSize">
<size>
Expand All @@ -80,10 +92,26 @@
</size>
</property>
<property name="flat">
<bool>true</bool>
<bool>false</bool>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Maximum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>8</width>
<height>1</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLabel" name="versionLabel">
<property name="text">
Expand Down

0 comments on commit 417b40c

Please sign in to comment.