diff options
Diffstat (limited to 'launcher/pages/global/AccountListPage.ui')
-rw-r--r-- | launcher/pages/global/AccountListPage.ui | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/launcher/pages/global/AccountListPage.ui b/launcher/pages/global/AccountListPage.ui index 71647db3..887c3d48 100644 --- a/launcher/pages/global/AccountListPage.ui +++ b/launcher/pages/global/AccountListPage.ui @@ -25,7 +25,23 @@ <number>0</number> </property> <item> - <widget class="VersionListView" name="listView"/> + <widget class="VersionListView" name="listView"> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="itemsExpandable"> + <bool>false</bool> + </property> + <property name="allColumnsShowFocus"> + <bool>true</bool> + </property> + <attribute name="headerStretchLastSection"> + <bool>false</bool> + </attribute> + </widget> </item> </layout> </widget> @@ -36,7 +52,8 @@ <attribute name="toolBarBreak"> <bool>false</bool> </attribute> - <addaction name="actionAdd"/> + <addaction name="actionAddMicrosoft"/> + <addaction name="actionAddMojang"/> <addaction name="actionRemove"/> <addaction name="actionSetDefault"/> <addaction name="actionNoDefault"/> @@ -44,9 +61,9 @@ <addaction name="actionUploadSkin"/> <addaction name="actionDeleteSkin"/> </widget> - <action name="actionAdd"> + <action name="actionAddMojang"> <property name="text"> - <string>Add</string> + <string>Add Mojang</string> </property> </action> <action name="actionRemove"> @@ -80,6 +97,11 @@ <string>Delete the currently active skin and go back to the default one</string> </property> </action> + <action name="actionAddMicrosoft"> + <property name="text"> + <string>Add Microsoft</string> + </property> + </action> </widget> <customwidgets> <customwidget> |