diff options
author | flow <thiagodonato300@gmail.com> | 2022-03-03 09:51:46 -0300 |
---|---|---|
committer | flow <thiagodonato300@gmail.com> | 2022-03-03 09:51:46 -0300 |
commit | e0c025b162fe44fb29951d4bd55e675ae504c871 (patch) | |
tree | 3be3159ca126800435710d2a9e9e01ffe952376c /launcher/ui/pages/instance/ModFolderPage.ui | |
parent | 9e443faba3fe8ef9b14fd466e9e98aaeaf68656e (diff) | |
download | PrismLauncher-e0c025b162fe44fb29951d4bd55e675ae504c871.tar.gz PrismLauncher-e0c025b162fe44fb29951d4bd55e675ae504c871.tar.bz2 PrismLauncher-e0c025b162fe44fb29951d4bd55e675ae504c871.zip |
fix extra spacing in resource packs and shader packs, and move button up
hopefully now its finally ok
Diffstat (limited to 'launcher/ui/pages/instance/ModFolderPage.ui')
-rw-r--r-- | launcher/ui/pages/instance/ModFolderPage.ui | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/launcher/ui/pages/instance/ModFolderPage.ui b/launcher/ui/pages/instance/ModFolderPage.ui index 75e0d1c5..ab59b0df 100644 --- a/launcher/ui/pages/instance/ModFolderPage.ui +++ b/launcher/ui/pages/instance/ModFolderPage.ui @@ -84,7 +84,6 @@ <bool>false</bool> </attribute> <addaction name="actionAdd"/> - <addaction name="actionDownload"/> <addaction name="separator"/> <addaction name="actionRemove"/> <addaction name="actionEnable"/> @@ -97,15 +96,7 @@ <string>&Add</string> </property> <property name="toolTip"> - <string>Add mods</string> - </property> - </action> - <action name="actionDownload"> - <property name="text"> - <string>&Download Mods</string> - </property> - <property name="toolTip"> - <string>Download Mods</string> + <string>Add</string> </property> </action> <action name="actionRemove"> |