mirror of
https://github.com/stenzek/duckstation.git
synced 2026-02-14 18:34:32 +00:00
Use statusTip instead of toolTip for menus
This commit is contained in:
committed by
Connor McLaughlin
parent
17a1b231af
commit
a9c36f39ad
@@ -37,9 +37,6 @@
|
||||
<property name="title">
|
||||
<string>&System</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuChangeDisc">
|
||||
<property name="title">
|
||||
<string>Change Disc</string>
|
||||
@@ -96,9 +93,6 @@
|
||||
<property name="title">
|
||||
<string>S&ettings</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<addaction name="actionViewGameProperties"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionInterfaceSettings"/>
|
||||
@@ -126,9 +120,6 @@
|
||||
<property name="title">
|
||||
<string>&Help</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<addaction name="actionGitHubRepository"/>
|
||||
<addaction name="actionDiscordServer"/>
|
||||
<addaction name="separator"/>
|
||||
@@ -142,9 +133,6 @@
|
||||
<property name="title">
|
||||
<string>&Debug</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuRenderer">
|
||||
<property name="title">
|
||||
<string>Switch GPU Renderer</string>
|
||||
@@ -204,9 +192,6 @@
|
||||
<property name="title">
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuWindowSize">
|
||||
<property name="title">
|
||||
<string>&Window Size</string>
|
||||
@@ -249,9 +234,6 @@
|
||||
<property name="title">
|
||||
<string>&Tools</string>
|
||||
</property>
|
||||
<property name="toolTipsVisible">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<addaction name="actionOpenDataDirectory"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionMemoryCardEditor"/>
|
||||
@@ -756,6 +738,9 @@
|
||||
<property name="toolTip">
|
||||
<string>Resumes the last save state created</string>
|
||||
</property>
|
||||
<property name="statusTip">
|
||||
<string>Resumes the last save state created</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionViewToolbar">
|
||||
<property name="checkable">
|
||||
|
||||
Reference in New Issue
Block a user