diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-13 14:44:16 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-13 14:44:16 +0200 |
| commit | fcb29afe83be5789debbe1eacfd8be3e00d35637 (patch) | |
| tree | 0601896fb0189b76a30ffafb342ce3f003191ee3 | |
| parent | cf52aa335aef6f9af587c3418360d0454e3b37bd (diff) | |
Increase filterview size to not cut off filternames
| -rw-r--r-- | src/mainwindow.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 2c96775a..021d564c 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -65,13 +65,13 @@ <widget class="QTreeWidget" name="categoriesList">
<property name="minimumSize">
<size>
- <width>100</width>
+ <width>120</width>
<height>0</height>
</size>
</property>
<property name="maximumSize">
<size>
- <width>161</width>
+ <width>214</width>
<height>16777215</height>
</size>
</property>
|
