mirror of
https://github.com/ioquake/launch.git
synced 2024-11-21 19:21:00 +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>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="cbInstallSource">
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="btnInstallBrowseDest">
|
||||
<property name="text">
|
||||
<string>Browse...</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -131,13 +131,26 @@
|
|||
<item row="1" column="1">
|
||||
<widget class="QLineEdit" name="txtInstallDest"/>
|
||||
</item>
|
||||
<item row="1" column="2">
|
||||
<widget class="QPushButton" name="btnInstallBrowseDest">
|
||||
<property name="text">
|
||||
<string>Browse...</string>
|
||||
<item row="0" column="1">
|
||||
<widget class="QComboBox" name="cbInstallSource">
|
||||
<property name="editable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</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>
|
||||
</widget>
|
||||
<widget class="QWidget" name="pageInstallFromSteam">
|
||||
|
|
Loading…
Reference in a new issue