[Konsole-devel] [Bug 106684] Initial Konsole tab is too big, but changes when new tabs are created

Kurt V.Hindenburg kurt.hindenburg at kdemail.net
Sun Jun 5 21:40:21 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=106684         




------- Additional Comments From kurt.hindenburg kdemail net  2005-06-05 23:40 -------
SVN commit 422596 by hindenburg:

Backport to fix extra space for Icon Only tabs.

CCBUGS: 106684


 M  +3 -0      konsole.cpp  


--- branches/KDE/3.4/kdebase/konsole/konsole/konsole.cpp #422595:422596
 @ -2137,6 +2137,9  @
   KRadioAction *ra = session2action.find(se);
   if (ra && (ra->icon() != icon))
     ra->setIcon(icon);
+
+  if (m_tabViewMode == ShowIconOnly)
+    tabwidget->changeTab( se->widget(), QString::null );
 }
 
 void Konsole::initSessionFont(int fontNo) {



More information about the konsole-devel mailing list