diff options
| author | flow <flowlnlnln@gmail.com> | 2022-12-07 06:12:09 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-12-07 06:12:09 -0800 |
| commit | b373beee21f49984edc338d157c3b31ef3b9f53b (patch) | |
| tree | 13737fbea1f884fdee919bd6235d386ff73181cb /launcher/ui/dialogs/BlockedModsDialog.ui | |
| parent | 5ae044db93373e20add854e3be48e59e6c38421b (diff) | |
| parent | 746f6945da9d9bdb0c9fbdbe8f86810410b4172b (diff) | |
| download | PrismLauncher-b373beee21f49984edc338d157c3b31ef3b9f53b.tar.gz PrismLauncher-b373beee21f49984edc338d157c3b31ef3b9f53b.tar.bz2 PrismLauncher-b373beee21f49984edc338d157c3b31ef3b9f53b.zip | |
Merge pull request #511 from Scrumplex/fix-blocked-mods-usability
Diffstat (limited to 'launcher/ui/dialogs/BlockedModsDialog.ui')
| -rw-r--r-- | launcher/ui/dialogs/BlockedModsDialog.ui | 38 |
1 files changed, 10 insertions, 28 deletions
diff --git a/launcher/ui/dialogs/BlockedModsDialog.ui b/launcher/ui/dialogs/BlockedModsDialog.ui index 88105178..2292b99c 100644 --- a/launcher/ui/dialogs/BlockedModsDialog.ui +++ b/launcher/ui/dialogs/BlockedModsDialog.ui @@ -7,17 +7,23 @@ <x>0</x> <y>0</y> <width>400</width> - <height>455</height> + <height>400</height> </rect> </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>350</height> + </size> + </property> <property name="windowTitle"> <string notr="true">BlockedModsDialog</string> </property> - <layout class="QVBoxLayout" name="verticalLayout"> + <layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,3,0,1,0"> <item> <widget class="QLabel" name="labelDescription"> <property name="text"> - <string notr="true"/> + <string notr="true">Placeholder description</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> @@ -30,7 +36,7 @@ <item> <widget class="QLabel" name="labelExplain"> <property name="text"> - <string/> + <string><html><head/><body><p>Your configured global mods folder and default downloads folder are automatically checked for the downloaded mods and they will be copied to the instance if found.</p><p>Optionally, you may drag and drop the downloaded mods onto this dialog or add a folder to watch if you did not download the mods to a default location.</p></body></html></string> </property> <property name="wordWrap"> <bool>true</bool> @@ -42,12 +48,6 @@ </item> <item> <widget class="QTextBrowser" name="textBrowserModsListing"> - <property name="minimumSize"> - <size> - <width>0</width> - <height>165</height> - </size> - </property> <property name="acceptRichText"> <bool>true</bool> </property> @@ -58,12 +58,6 @@ </item> <item> <widget class="QLabel" name="labelWatched"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> - <horstretch>0</horstretch> - <verstretch>1</verstretch> - </sizepolicy> - </property> <property name="text"> <string>Watched Folders:</string> </property> @@ -71,18 +65,6 @@ </item> <item> <widget class="QTextBrowser" name="textBrowserWatched"> - <property name="sizePolicy"> - <sizepolicy hsizetype="Expanding" vsizetype="Minimum"> - <horstretch>0</horstretch> - <verstretch>0</verstretch> - </sizepolicy> - </property> - <property name="minimumSize"> - <size> - <width>0</width> - <height>16</height> - </size> - </property> <property name="baseSize"> <size> <width>0</width> |
