git-svn-id: svn://db.shs.com.ru/libs@464 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2018-12-02 17:50:22 +00:00
parent 3a89822846
commit 04d88cbacc
5 changed files with 77 additions and 34 deletions

View File

@@ -61,7 +61,7 @@ void Ribbon::_resize() {
void Ribbon::_setIconsSize() {
qDebug() << "resize" << preferredIconSize() << QApplication::font();
//qDebug() << "resize" << preferredIconSize() << QApplication::font();
setTabIconSize(preferredIconSize(2, this));
setIconSize(preferredIconSize(3, this));
}