diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-02-18 16:43:16 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-02-18 16:43:16 +0100 |
| commit | 61898074fe87fc97b399fba67006339bbedf6950 (patch) | |
| tree | 84610ae137036f63f7536d8a5d0e18a86ba0a250 | |
| parent | ea7c391c336f30a72a187a1490467e5d4331ecd2 (diff) | |
Changed switch instance icon and tooltip
| -rw-r--r-- | src/mainwindow.ui | 4 | ||||
| -rw-r--r-- | src/resources.qrc | 2 | ||||
| -rw-r--r-- | src/resources/switch-instance-icon.png | bin | 0 -> 57516 bytes |
3 files changed, 4 insertions, 2 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui index 49f313ca..0f7560c3 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -1540,13 +1540,13 @@ Right now this has very limited functionality</string> <action name="actionChange_Game">
<property name="icon">
<iconset resource="resources.qrc">
- <normaloff>:/MO/gui/app_icon</normaloff>:/MO/gui/app_icon</iconset>
+ <normaloff>:/MO/gui/instance_switch</normaloff>:/MO/gui/instance_switch</iconset>
</property>
<property name="text">
<string>Change Game</string>
</property>
<property name="toolTip">
- <string>Open the game selection dialog</string>
+ <string>Open the Instance selection dialog to manage a different Game</string>
</property>
</action>
</widget>
diff --git a/src/resources.qrc b/src/resources.qrc index e88eda06..9b66a38c 100644 --- a/src/resources.qrc +++ b/src/resources.qrc @@ -15,6 +15,7 @@ <file>resources/document-properties.png</file> <file>resources/go-up.png</file> <file>resources/go-down.png</file> + <file>resources/switch-instance-icon.png</file> <file alias="profiles">resources/contact-new.png</file> <file alias="settings">resources/preferences-system.png</file> <file alias="executable">resources/application-x-executable.png</file> @@ -69,6 +70,7 @@ <file alias="inactive">resources/status_inactive.png</file> <file alias="app_icon">resources/mo_icon.png</file> <file alias="package">resources/package.png</file> + <file alias="instance_switch">resources/switch-instance-icon.png</file> </qresource> <qresource prefix="/MO/gui/content"> <file alias="plugin">resources/contents/jigsaw-piece.png</file> diff --git a/src/resources/switch-instance-icon.png b/src/resources/switch-instance-icon.png Binary files differnew file mode 100644 index 00000000..b992babe --- /dev/null +++ b/src/resources/switch-instance-icon.png |
