summaryrefslogtreecommitdiff
path: root/noncore/apps
authordrw <drw>2005-03-03 20:20:34 (UTC)
committer drw <drw>2005-03-03 20:20:34 (UTC)
commit585c9fe0efbc0cf4037a79cac3b22ac38c08fec2 (patch) (unidiff)
tree1c95831e28d9df17861a63ee8f8ae8fcfcbe7cb5 /noncore/apps
parent8f3a393c01f4fe88023c2dcf870ffa2061030f9e (diff)
downloadopie-585c9fe0efbc0cf4037a79cac3b22ac38c08fec2.zip
opie-585c9fe0efbc0cf4037a79cac3b22ac38c08fec2.tar.gz
opie-585c9fe0efbc0cf4037a79cac3b22ac38c08fec2.tar.bz2
Scale icons appropriately
Diffstat (limited to 'noncore/apps') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/dagger/configuredlg.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/noncore/apps/dagger/configuredlg.cpp b/noncore/apps/dagger/configuredlg.cpp
index 535659d..42bc6da 100644
--- a/noncore/apps/dagger/configuredlg.cpp
+++ b/noncore/apps/dagger/configuredlg.cpp
@@ -53,3 +53,5 @@ ConfigureDlg::ConfigureDlg( QWidget *parent, const QString &swordPath, bool alwa
53 grid->addWidget( m_swordPath, 1, 0 ); 53 grid->addWidget( m_swordPath, 1, 0 );
54 QPushButton *btn = new QPushButton( Resource::loadPixmap( "folder" ), QString::null, widget ); 54 QPixmap pic;
55 pic.convertFromImage( Resource::loadImage( "folder" ).smoothScale( AppLnk::smallIconSize(), AppLnk::smallIconSize() ) );
56 QPushButton *btn = new QPushButton( pic, QString::null, widget );
55 btn->setMaximumWidth( btn->height() ); 57 btn->setMaximumWidth( btn->height() );
@@ -58,3 +60,3 @@ ConfigureDlg::ConfigureDlg( QWidget *parent, const QString &swordPath, bool alwa
58 grid->addWidget( btn, 1, 1 ); 60 grid->addWidget( btn, 1, 1 );
59 61
60 label = new QLabel( tr( "(Note: Dagger must be restarted for this option to take affect.)" ), widget ); 62 label = new QLabel( tr( "(Note: Dagger must be restarted for this option to take affect.)" ), widget );