aboutsummaryrefslogtreecommitdiff
path: root/lumina-open/LFileDialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'lumina-open/LFileDialog.ui')
-rw-r--r--lumina-open/LFileDialog.ui36
1 files changed, 11 insertions, 25 deletions
diff --git a/lumina-open/LFileDialog.ui b/lumina-open/LFileDialog.ui
index 833a5d6d..a6371cbc 100644
--- a/lumina-open/LFileDialog.ui
+++ b/lumina-open/LFileDialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>307</width>
- <height>216</height>
+ <height>200</height>
</rect>
</property>
<property name="windowTitle">
@@ -93,34 +93,20 @@
<widget class="QWidget" name="page_avail">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
- <widget class="QTreeWidget" name="tree_apps">
- <property name="iconSize">
+ <widget class="QComboBox" name="combo_apps"/>
+ </item>
+ <item>
+ <spacer name="verticalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Vertical</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
<size>
<width>20</width>
- <height>20</height>
+ <height>40</height>
</size>
</property>
- <property name="textElideMode">
- <enum>Qt::ElideRight</enum>
- </property>
- <property name="indentation">
- <number>10</number>
- </property>
- <property name="uniformRowHeights">
- <bool>false</bool>
- </property>
- <property name="sortingEnabled">
- <bool>false</bool>
- </property>
- <property name="headerHidden">
- <bool>true</bool>
- </property>
- <column>
- <property name="text">
- <string notr="true">1</string>
- </property>
- </column>
- </widget>
+ </spacer>
</item>
</layout>
</widget>
bgstack15