author | mickeyl <mickeyl> | 2003-12-09 19:32:42 (UTC) |
---|---|---|
committer | mickeyl <mickeyl> | 2003-12-09 19:32:42 (UTC) |
commit | a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49 (patch) (side-by-side diff) | |
tree | 303b54ca648c8a82cc018212fd7297981e92be74 /qt/qte234-for-opie091-qtoolbutton.patch | |
parent | 04d6caa37743a1957b9ffa061a58a71a3909ea3d (diff) | |
download | opie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.zip opie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.tar.gz opie-a22a4b5cbec7a12ae247c3e5edf8c51eb121ba49.tar.bz2 |
delete patches with bogus names
Diffstat (limited to 'qt/qte234-for-opie091-qtoolbutton.patch') (more/less context) (ignore whitespace changes)
-rw-r--r-- | qt/qte234-for-opie091-qtoolbutton.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/qt/qte234-for-opie091-qtoolbutton.patch b/qt/qte234-for-opie091-qtoolbutton.patch deleted file mode 100644 index 2e5c13a..0000000 --- a/qt/qte234-for-opie091-qtoolbutton.patch +++ b/dev/null @@ -1,29 +0,0 @@ ---- src/widgets/qtoolbutton.orig 2003-04-19 18:59:13.000000000 +0200 -+++ src/widgets/qtoolbutton.cpp 2003-04-19 19:00:56.000000000 +0200 -@@ -230,7 +230,7 @@ - else - QToolTip::add( this, textLabel ); - } --#endif -+#endif - } - - -@@ -324,12 +324,12 @@ - QPixmap pm = iconSet(TRUE).pixmap(QIconSet::Large, QIconSet::Normal); - w = pm.width(); - h = pm.height(); -- if ( w < 32 ) -- w = 32; -- if ( h < 32 ) -- h = 32; -+ if ( w < 24 ) -+ w = 24; -+ if ( h < 24 ) -+ h = 24; - } else { -- w = h = 16; -+ w = h = 14; - QPixmap pm = iconSet(TRUE).pixmap(QIconSet::Small, QIconSet::Normal); - w = pm.width(); - h = pm.height(); |