From 31fed261955dcb25d06052a8154ac4cc630b0f7d Mon Sep 17 00:00:00 2001 From: zautrix Date: Fri, 10 Jun 2005 13:54:08 +0000 Subject: fixxx --- (limited to 'korganizer/mainwindow.cpp') diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp index 2c04852..0cb0bce 100644 --- a/korganizer/mainwindow.cpp +++ b/korganizer/mainwindow.cpp @@ -625,7 +625,7 @@ void MainWindow::initActions() int pixWid = 22, pixHei = 22; QString pathString = ""; if ( !p->mToolBarMiniIcons ) { - if ( QApplication::desktop()->width() < 480 ) { + if ( QApplication::desktop()->width() < 480 /*|| QApplication::desktop()->height() < 320*/) { pathString += "icons16/"; pixWid = 18; pixHei = 16; } -- cgit v0.9.0.2