diff options
author | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-22 13:41:44 +0200 |
---|---|---|
committer | Sefa Eyeoglu <contact@scrumplex.net> | 2022-05-22 21:36:30 +0200 |
commit | b181f4bc30f36778f9680eb54e6f3514739161e8 (patch) | |
tree | 4b92615b15d0442f978bbd260de47e02eb878b8a /launcher/ui/pages/global | |
parent | f00dbdc215c2de3b6906d8182388c27bbc657e24 (diff) | |
download | PrismLauncher-b181f4bc30f36778f9680eb54e6f3514739161e8.tar.gz PrismLauncher-b181f4bc30f36778f9680eb54e6f3514739161e8.tar.bz2 PrismLauncher-b181f4bc30f36778f9680eb54e6f3514739161e8.zip |
fix: improve spacing in APIPage
Diffstat (limited to 'launcher/ui/pages/global')
-rw-r--r-- | launcher/ui/pages/global/APIPage.ui | 34 |
1 files changed, 13 insertions, 21 deletions
diff --git a/launcher/ui/pages/global/APIPage.ui b/launcher/ui/pages/global/APIPage.ui index 8d80df65..24189c5c 100644 --- a/launcher/ui/pages/global/APIPage.ui +++ b/launcher/ui/pages/global/APIPage.ui @@ -86,13 +86,6 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> - <widget class="Line" name="line_2"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>Note: you probably don't need to set this if logging in via Microsoft Authentication already works.</string> @@ -138,13 +131,6 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_5"> <item> - <widget class="Line" name="line_3"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>You can set this to a third-party metadata server to use patched libraries or other hacks.</string> @@ -193,13 +179,6 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_6"> <item> - <widget class="Line" name="line_4"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - </widget> - </item> - <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>Note: you probably don't need to set this if CurseForge already works.</string> @@ -235,6 +214,19 @@ </layout> </widget> </item> + <item> + <spacer name="verticalSpacer"> + <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> |