diff options
author | Robert Xu <robxu9@gmail.com> | 2011-11-10 18:04:39 -0500 |
---|---|---|
committer | Robert Xu <robxu9@gmail.com> | 2011-11-10 18:04:39 -0500 |
commit | 21fcfa3348213aa87f0e3aef62ca4720c6d31cb7 (patch) | |
tree | 2cfb64c59322628e613ed0895e3c3694d3abe6bd /opensuse/tdebase/taskbar.patch | |
parent | 8667643bff14a60d8571c599efd3e48bed3e3b12 (diff) | |
download | tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.tar.gz tde-packaging-21fcfa3348213aa87f0e3aef62ca4720c6d31cb7.zip |
initial commit to suse branch: eclipse integration
Diffstat (limited to 'opensuse/tdebase/taskbar.patch')
-rw-r--r-- | opensuse/tdebase/taskbar.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/opensuse/tdebase/taskbar.patch b/opensuse/tdebase/taskbar.patch deleted file mode 100644 index f8e526e6d..000000000 --- a/opensuse/tdebase/taskbar.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- kicker/taskbar/taskcontainer.cpp.orig 2011-02-12 00:40:57.060389620 +0300 -+++ kicker/taskbar/taskcontainer.cpp 2011-02-12 02:03:08.345389684 +0300 -@@ -576,9 +576,9 @@ - // draw button background - if (drawButton) - { -- style().drawPrimitive(QStyle::PE_HeaderSection, p, -- QRect(0, 0, width(), height()), -- colors); -+ style().drawPrimitive(QStyle::PE_HeaderSection, p, -+ QRect(1, 1, width()-2, height()-2), -+ colors, sunken ? QStyle::Style_Down : QStyle::Style_Raised); - } - - // shift button label on sunken buttons -@@ -674,11 +674,11 @@ - } - else - { -- textPen = p->pen(); -+ textPen = QPen(colors.buttonText()); //textPen = p->pen(); - } - } - -- int availableWidth = width() - (br.x() * 2) - textPos; -+ int availableWidth = width() - (br.x() * 2) - textPos - 4; - if (m_filteredTasks.count() > 1) - { - availableWidth -= 8; |