mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-10 14:39:01 +01:00
"Gamelist view style" -> "List style"
* Cleaner & more concise. * Also add some "Alt" shortcuts
This commit is contained in:
parent
ca8316ac54
commit
9180257c4a
@ -6,8 +6,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>992</width>
|
||||
<height>592</height>
|
||||
<width>990</width>
|
||||
<height>590</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
@ -31,8 +31,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>992</width>
|
||||
<height>21</height>
|
||||
<width>990</width>
|
||||
<height>24</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="mnuFile">
|
||||
@ -60,16 +60,16 @@
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="mnuGameListStyle">
|
||||
<widget class="QMenu" name="mnuListStyle">
|
||||
<property name="title">
|
||||
<string>Gamelist view style</string>
|
||||
<string>&List style</string>
|
||||
</property>
|
||||
<addaction name="actionListView"/>
|
||||
<addaction name="actionTreeView"/>
|
||||
<addaction name="actionGridView"/>
|
||||
<addaction name="actionIconView"/>
|
||||
</widget>
|
||||
<addaction name="mnuGameListStyle"/>
|
||||
<addaction name="mnuListStyle"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="mnuHelp">
|
||||
<property name="title">
|
||||
@ -161,7 +161,7 @@
|
||||
</action>
|
||||
<action name="actionAboutQt">
|
||||
<property name="text">
|
||||
<string>About Qt</string>
|
||||
<string>About &Qt</string>
|
||||
</property>
|
||||
<property name="menuRole">
|
||||
<enum>QAction::AboutQtRole</enum>
|
||||
@ -172,7 +172,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>List view</string>
|
||||
<string>&List view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionTreeView">
|
||||
@ -180,7 +180,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Tree view</string>
|
||||
<string>&Tree view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionGridView">
|
||||
@ -188,7 +188,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Grid view</string>
|
||||
<string>&Grid view</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionIconView">
|
||||
@ -196,7 +196,7 @@
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Icon view</string>
|
||||
<string>&Icon view</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
|
Loading…
x
Reference in New Issue
Block a user