mirror of
https://github.com/ioquake/launch.git
synced 2024-11-10 06:31:39 +00:00
Fixed install from CD page layout.
This commit is contained in:
parent
64a060fcf6
commit
8e5e041322
1 changed files with 21 additions and 8 deletions
|
@ -107,10 +107,10 @@
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1">
|
<item row="1" column="2">
|
||||||
<widget class="QComboBox" name="cbInstallSource">
|
<widget class="QPushButton" name="btnInstallBrowseDest">
|
||||||
<property name="editable">
|
<property name="text">
|
||||||
<bool>true</bool>
|
<string>Browse...</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
@ -131,13 +131,26 @@
|
||||||
<item row="1" column="1">
|
<item row="1" column="1">
|
||||||
<widget class="QLineEdit" name="txtInstallDest"/>
|
<widget class="QLineEdit" name="txtInstallDest"/>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="2">
|
<item row="0" column="1">
|
||||||
<widget class="QPushButton" name="btnInstallBrowseDest">
|
<widget class="QComboBox" name="cbInstallSource">
|
||||||
<property name="text">
|
<property name="editable">
|
||||||
<string>Browse...</string>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="2" column="1">
|
||||||
|
<spacer name="verticalSpacer_3">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Vertical</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>40</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="pageInstallFromSteam">
|
<widget class="QWidget" name="pageInstallFromSteam">
|
||||||
|
|
Loading…
Reference in a new issue