summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2018-08-03 14:37:32 +0200
committerSimon Rettberg2018-08-03 14:37:32 +0200
commit4fe6518c132cd76bbefc6634cf14e45c711b6e7c (patch)
treeff5282a66ca0d0140b952b0e83e9e7feb00b37ae
parent[client] ConnectWindow: Cancel -> Close (diff)
downloadpvs2-4fe6518c132cd76bbefc6634cf14e45c711b6e7c.tar.gz
pvs2-4fe6518c132cd76bbefc6634cf14e45c711b6e7c.tar.xz
pvs2-4fe6518c132cd76bbefc6634cf14e45c711b6e7c.zip
[server] Make "reload room" window look less idiotic
-rw-r--r--gui/server_normal/reloadroom.ui116
1 files changed, 50 insertions, 66 deletions
diff --git a/gui/server_normal/reloadroom.ui b/gui/server_normal/reloadroom.ui
index 2013ed9..ba7091b 100644
--- a/gui/server_normal/reloadroom.ui
+++ b/gui/server_normal/reloadroom.ui
@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>400</width>
- <height>300</height>
+ <width>432</width>
+ <height>400</height>
</rect>
</property>
<property name="windowTitle">
@@ -16,70 +16,54 @@
<property name="widgetResizable" stdset="0">
<bool>true</bool>
</property>
- <widget class="QWidget" name="scrollAreaWidgetContents" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>398</width>
- <height>298</height>
- </rect>
- </property>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>60</x>
- <y>10</y>
- <width>281</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>Choose room configuration to reload:</string>
- </property>
- </widget>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>260</y>
- <width>181</width>
- <height>27</height>
- </rect>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
- </property>
- <property name="centerButtons">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QListWidget" name="roomList">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>50</y>
- <width>256</width>
- <height>192</height>
- </rect>
- </property>
- <property name="font">
- <font>
- <pointsize>20</pointsize>
- <stylestrategy>PreferDefault</stylestrategy>
- </font>
- </property>
- <property name="contextMenuPolicy">
- <enum>Qt::DefaultContextMenu</enum>
- </property>
- <property name="layoutDirection">
- <enum>Qt::LeftToRight</enum>
- </property>
- <property name="resizeMode">
- <enum>QListView::Adjust</enum>
- </property>
- </widget>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QLabel" name="label">
+ <property name="font">
+ <font>
+ <pointsize>11</pointsize>
+ </font>
+ </property>
+ <property name="text">
+ <string>Choose room configuration to reload:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QListWidget" name="roomList">
+ <property name="font">
+ <font>
+ <pointsize>20</pointsize>
+ <stylestrategy>PreferDefault</stylestrategy>
+ </font>
+ </property>
+ <property name="contextMenuPolicy">
+ <enum>Qt::DefaultContextMenu</enum>
+ </property>
+ <property name="layoutDirection">
+ <enum>Qt::LeftToRight</enum>
+ </property>
+ <property name="resizeMode">
+ <enum>QListView::Adjust</enum>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QDialogButtonBox" name="buttonBox">
+ <property name="font">
+ <font>
+ <pointsize>20</pointsize>
+ </font>
+ </property>
+ <property name="standardButtons">
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
+ </property>
+ <property name="centerButtons">
+ <bool>false</bool>
+ </property>
+ </widget>
+ </item>
+ </layout>
</widget>
<resources/>
<connections/>