summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-25 22:41:47 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-25 22:41:47 +0000
commit91c9fda790181c701400611ae20670564872c29f (patch)
tree01faff4a38d3e8ce5abeebe2bdf1b538b899bf31
parentc77a7b2ab42ff591390ff7a9b704938a4c917ad5 (diff)
adjust some widget sizes to be uniform across the board
-rw-r--r--src/frontend/gui/ui/mirrorcfg.ui18
-rw-r--r--src/frontend/gui/ui/sisyphus.ui92
2 files changed, 106 insertions, 4 deletions
diff --git a/src/frontend/gui/ui/mirrorcfg.ui b/src/frontend/gui/ui/mirrorcfg.ui
index cb8b148..f282d41 100644
--- a/src/frontend/gui/ui/mirrorcfg.ui
+++ b/src/frontend/gui/ui/mirrorcfg.ui
@@ -36,12 +36,30 @@
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="mirrorGroupBox">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>0</height>
+ </size>
+ </property>
<property name="title">
<string>Select active mirror</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QComboBox" name="mirrorCombo">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="currentText">
<string notr="true"/>
</property>
diff --git a/src/frontend/gui/ui/sisyphus.ui b/src/frontend/gui/ui/sisyphus.ui
index a65dfdc..0fe6f13 100644
--- a/src/frontend/gui/ui/sisyphus.ui
+++ b/src/frontend/gui/ui/sisyphus.ui
@@ -9,8 +9,8 @@
<rect>
<x>0</x>
<y>0</y>
- <width>1000</width>
- <height>600</height>
+ <width>1280</width>
+ <height>720</height>
</rect>
</property>
<property name="sizePolicy">
@@ -21,8 +21,8 @@
</property>
<property name="minimumSize">
<size>
- <width>1000</width>
- <height>600</height>
+ <width>1280</width>
+ <height>720</height>
</size>
</property>
<property name="windowTitle">
@@ -75,6 +75,12 @@
</property>
<item>
<widget class="QToolButton" name="installButton">
+ <property name="minimumSize">
+ <size>
+ <width>175</width>
+ <height>64</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>175</width>
@@ -107,6 +113,12 @@
</item>
<item>
<widget class="QToolButton" name="uninstallButton">
+ <property name="minimumSize">
+ <size>
+ <width>175</width>
+ <height>64</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>175</width>
@@ -139,6 +151,12 @@
</item>
<item>
<widget class="QToolButton" name="upgradeButton">
+ <property name="minimumSize">
+ <size>
+ <width>175</width>
+ <height>64</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>175</width>
@@ -168,6 +186,12 @@
</item>
<item>
<widget class="QToolButton" name="autoremoveButton">
+ <property name="minimumSize">
+ <size>
+ <width>175</width>
+ <height>64</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>175</width>
@@ -197,6 +221,12 @@
</item>
<item>
<widget class="QToolButton" name="exitButton">
+ <property name="minimumSize">
+ <size>
+ <width>175</width>
+ <height>64</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>175</width>
@@ -234,6 +264,12 @@
<height>200</height>
</size>
</property>
+ <property name="maximumSize">
+ <size>
+ <width>16777215</width>
+ <height>200</height>
+ </size>
+ </property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -256,6 +292,12 @@
</item>
<item row="1" column="0">
<widget class="QTableView" name="databaseTable">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>200</height>
+ </size>
+ </property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
@@ -319,6 +361,12 @@
</property>
<item>
<widget class="QLabel" name="label1">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -349,6 +397,12 @@
</item>
<item>
<widget class="QComboBox" name="applicationFilter">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -362,6 +416,12 @@
</item>
<item>
<widget class="QLabel" name="label2">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -392,6 +452,12 @@
</item>
<item>
<widget class="QComboBox" name="databaseFilter">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -405,6 +471,12 @@
</item>
<item>
<widget class="QLineEdit" name="inputBox">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -421,6 +493,12 @@
</item>
<item>
<widget class="QPushButton" name="licenseButton">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>
@@ -447,6 +525,12 @@
</item>
<item>
<widget class="QPushButton" name="settingsButton">
+ <property name="minimumSize">
+ <size>
+ <width>0</width>
+ <height>30</height>
+ </size>
+ </property>
<property name="maximumSize">
<size>
<width>16777215</width>