Skip to content
This repository has been archived by the owner on Dec 17, 2017. It is now read-only.

Commit

Permalink
Fix: Back to QSS config.
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Płaza <plaza.maciej@gmail.com>
  • Loading branch information
Kermit committed Jul 17, 2011
1 parent b410159 commit ab7750c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion razorqt-panel/plugin-mainmenu/razormainmenu.cpp
Expand Up @@ -166,7 +166,7 @@ void RazorMainMenu::settigsChanged()
} }
else else
{ {
mButton.setStyleSheet(""); mButton.setStyleSheet("#MenuButton {}");
} }


mButton.setIconSize(QSize(mButtonIconSize, mButtonIconSize)); mButton.setIconSize(QSize(mButtonIconSize, mButtonIconSize));
Expand Down
Expand Up @@ -64,7 +64,7 @@ void RazorMainMenuConfiguration::loadSettings()
} }
else else
{ {
ui->selectIconTB->setStyleSheet(""); ui->selectIconTB->setStyleSheet("#selectIconTB {}");
} }


ui->iconSizeSB->setValue(mSettings.value("icon_size", 30).toInt()); ui->iconSizeSB->setValue(mSettings.value("icon_size", 30).toInt());
Expand Down

0 comments on commit ab7750c

Please sign in to comment.