-rw-r--r-- | library/qpeapplication.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/library/qpeapplication.h b/library/qpeapplication.h index c0f0bfc..8deca21 100644 --- a/library/qpeapplication.h +++ b/library/qpeapplication.h | |||
@@ -194,4 +194,3 @@ inline void QPEApplication::showDialog( QDialog* d, bool nomax ) | |||
194 | if ( !nomax | 194 | if ( !nomax |
195 | && ( w > qApp->desktop()->width()*3/4 | 195 | && ( qApp->desktop()->width() <= 320 ) ) |
196 | || h > qApp->desktop()->height()*3/4 ) ) | ||
197 | { | 196 | { |
@@ -216,4 +215,3 @@ inline void QPEApplication::showWidget( QWidget* wg, bool nomax ) | |||
216 | if ( !nomax | 215 | if ( !nomax |
217 | && ( w > qApp->desktop()->width()*3/4 | 216 | && ( qApp->desktop()->width() <= 320 ) ) |
218 | || h > qApp->desktop()->height()*3/4 ) ) | ||
219 | { | 217 | { |