diff options
author | JoshDW19 <joshms@pcbsd.org> | 2016-04-26 09:55:40 -0400 |
---|---|---|
committer | JoshDW19 <joshms@pcbsd.org> | 2016-04-26 09:55:40 -0400 |
commit | 8669dd438f7a6d20a1ca5b415caa8f784050efe3 (patch) | |
tree | b56e5d086e70a61253a96452a948253037c47de6 /src-qt5/core | |
parent | Oops - forgot to "git add" the new lumina-session files. (diff) | |
download | lumina-8669dd438f7a6d20a1ca5b415caa8f784050efe3.tar.gz lumina-8669dd438f7a6d20a1ca5b415caa8f784050efe3.tar.bz2 lumina-8669dd438f7a6d20a1ca5b415caa8f784050efe3.zip |
Set a minimum size for the program selection box so it will not squish if a filename is too long.
Diffstat (limited to 'src-qt5/core')
-rw-r--r-- | src-qt5/core/lumina-open/LFileDialog.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src-qt5/core/lumina-open/LFileDialog.ui b/src-qt5/core/lumina-open/LFileDialog.ui index a6371cbc..07110d48 100644 --- a/src-qt5/core/lumina-open/LFileDialog.ui +++ b/src-qt5/core/lumina-open/LFileDialog.ui @@ -7,7 +7,7 @@ <x>0</x> <y>0</y> <width>307</width> - <height>200</height> + <height>230</height> </rect> </property> <property name="windowTitle"> @@ -162,6 +162,12 @@ <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QComboBox" name="combo_rec"> + <property name="minimumSize"> + <size> + <width>0</width> + <height>25</height> + </size> + </property> <property name="iconSize"> <size> <width>20</width> |