diff options
Diffstat (limited to 'gui/mainwindow.ui')
-rw-r--r-- | gui/mainwindow.ui | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gui/mainwindow.ui b/gui/mainwindow.ui index 7bc2c3eb..4360f5f6 100644 --- a/gui/mainwindow.ui +++ b/gui/mainwindow.ui @@ -432,11 +432,15 @@ <property name="checkable"> <bool>true</bool> </property> + <property name="icon"> + <iconset resource="../multimc.qrc"> + <normaloff>:/icons/toolbar/cat</normaloff>:/icons/toolbar/cat</iconset> + </property> <property name="text"> <string>Meow</string> </property> <property name="toolTip"> - <string>Catnatok. Or just a cant with a ball of yarn? WHO KNOWS?!</string> + <string><html><head/><body><p align="center"><span style=" font-weight:600; color:#ff0004;">Catnatok!</span></p><p align="center">Or just a cat with a ball of yarn?</p><p align="center"><span style=" font-style:italic;">WHO KNOWS?!</span></p><p align="center"><img src=":/icons/instances/tnt"/></p></body></html></string> </property> </action> </widget> |