diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-10-27 00:41:40 +0100 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-10-27 00:41:40 +0100 |
commit | 9e8a74cc89e2d53197b2cccc4d4198776848a696 (patch) | |
tree | cf4fbc016decb61b23467d625c5e7d3b2914b32a /gui/MainWindow.ui | |
parent | 547f6f77d02caf41bd681d1bf2553a8b8af1c2e6 (diff) | |
download | MultiMC-9e8a74cc89e2d53197b2cccc4d4198776848a696.tar MultiMC-9e8a74cc89e2d53197b2cccc4d4198776848a696.tar.gz MultiMC-9e8a74cc89e2d53197b2cccc4d4198776848a696.tar.lz MultiMC-9e8a74cc89e2d53197b2cccc4d4198776848a696.tar.xz MultiMC-9e8a74cc89e2d53197b2cccc4d4198776848a696.zip |
Fix some issues in the newly added themes
Diffstat (limited to 'gui/MainWindow.ui')
-rw-r--r-- | gui/MainWindow.ui | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gui/MainWindow.ui b/gui/MainWindow.ui index e6812353..69e2c465 100644 --- a/gui/MainWindow.ui +++ b/gui/MainWindow.ui @@ -14,8 +14,7 @@ <string>MultiMC 5</string> </property> <property name="windowIcon"> - <iconset resource="../resources/multimc/multimc.qrc"> - <normaloff>:/icons/multimc/scalable/apps/multimc.svg</normaloff>:/icons/multimc/scalable/apps/multimc.svg</iconset> + <iconset theme="multimc"/> </property> <widget class="QWidget" name="centralWidget"> <layout class="QHBoxLayout" name="horizontalLayout"> @@ -502,7 +501,7 @@ <include location="../resources/pe_dark/pe_dark.qrc"/> <include location="../resources/pe_light/pe_light.qrc"/> <include location="../resources/pe_blue/pe_blue.qrc"/> - <include location="../resources/pe_clolored/pe_colored.qrc"/> + <include location="../resources/pe_colored/pe_colored.qrc"/> <include location="../resources/multimc/multimc.qrc"/> <include location="../resources/instances/instances.qrc"/> <include location="../resources/OSX/OSX.qrc"/> |