Skip to content

Commit

Permalink
Some tweaking to try to make the filters area of the main screen a
Browse files Browse the repository at this point in the history
little wider
  • Loading branch information
collin80 committed Mar 19, 2024
1 parent b363917 commit 3018f84
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ui/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
<property name="wordWrap">
<bool>false</bool>
</property>
<attribute name="horizontalHeaderStretchLastSection">
<bool>false</bool>
</attribute>
</widget>
</item>
<item>
Expand Down Expand Up @@ -327,20 +330,20 @@
<item>
<widget class="QListWidget" name="listFilters">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Expanding">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>0</width>
<width>300</width>
<height>160</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>175</width>
<width>1000</width>
<height>16777215</height>
</size>
</property>
Expand Down

0 comments on commit 3018f84

Please sign in to comment.