Skip to content

Commit

Permalink
Make delete buttons fixed width instead of max
Browse files Browse the repository at this point in the history
  • Loading branch information
softins authored and pljones committed Jun 14, 2024
1 parent 5ec1b26 commit 84c6eb6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/clientsettingsdlgbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1050,14 +1050,14 @@
<item>
<widget class="QPushButton" name="butDeleteCustomDirectory">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Ignored">
<sizepolicy hsizetype="Fixed" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<width>40</width>
<height>16777215</height>
</size>
</property>
Expand Down
5 changes: 3 additions & 2 deletions src/connectdlgbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,20 @@
<item>
<widget class="QPushButton" name="butDeleteServerAddr">
<property name="sizePolicy">
<sizepolicy hsizetype="Maximum" vsizetype="Ignored">
<sizepolicy hsizetype="Fixed" vsizetype="Ignored">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="maximumSize">
<size>
<width>24</width>
<width>40</width>
<height>16777215</height>
</size>
</property>
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
Expand Down

0 comments on commit 84c6eb6

Please sign in to comment.