diff options
author | Ken Moore <moorekou@gmail.com> | 2016-04-26 10:03:15 -0400 |
---|---|---|
committer | Ken Moore <moorekou@gmail.com> | 2016-04-26 10:03:15 -0400 |
commit | 44c30b92e6129656435b6bb360839bec7b81d2a4 (patch) | |
tree | b1ad0abe1229d942a53e3ccb4813408fa57ec5be /src-qt5 | |
parent | Add in all the translation files for lumina-terminal (diff) | |
parent | Set a minimum size for the program selection box so it will not squish if a f... (diff) | |
download | lumina-44c30b92e6129656435b6bb360839bec7b81d2a4.tar.gz lumina-44c30b92e6129656435b6bb360839bec7b81d2a4.tar.bz2 lumina-44c30b92e6129656435b6bb360839bec7b81d2a4.zip |
Merge branch 'master' of github.com:pcbsd/lumina
Diffstat (limited to 'src-qt5')
-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> |