Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 242166
Collapse All | Expand All

(-)konsole.bak/konsole/konsole.cpp (+7 lines)
Lines 132-137 Time to start a requirement list. Link Here
132
#include <ktip.h>
132
#include <ktip.h>
133
#include <kprocctrl.h>
133
#include <kprocctrl.h>
134
#include <ktabwidget.h>
134
#include <ktabwidget.h>
135
#include <qwidgetstack.h>
135
#include <kregexpeditorinterface.h>
136
#include <kregexpeditorinterface.h>
136
#include <kparts/componentfactory.h>
137
#include <kparts/componentfactory.h>
137
#include <kcharsets.h>
138
#include <kcharsets.h>
Lines 321-326 Konsole::Konsole(const char* name, int h Link Here
321
  makeTabWidget();
322
  makeTabWidget();
322
  setCentralWidget(tabwidget);
323
  setCentralWidget(tabwidget);
323
324
325
  QBoxLayout* lay = (QBoxLayout*)this->layout();
326
  lay->setSpacing(-1);
327
324
  if (b_dynamicTabHide || n_tabbar==TabNone)
328
  if (b_dynamicTabHide || n_tabbar==TabNone)
325
    tabwidget->setTabBarHidden(true);
329
    tabwidget->setTabBarHidden(true);
326
330
Lines 895-900 void Konsole::makeTabWidget() Link Here
895
  tabwidget->setAutomaticResizeTabs( b_autoResizeTabs );
899
  tabwidget->setAutomaticResizeTabs( b_autoResizeTabs );
896
  tabwidget->setTabCloseActivatePrevious( true );
900
  tabwidget->setTabCloseActivatePrevious( true );
897
901
902
  QWidgetStack* stack = (QWidgetStack*)tabwidget->child("tab pages");
903
  stack->setLineWidth(0);
904
898
  if (n_tabbar==TabTop)
905
  if (n_tabbar==TabTop)
899
    tabwidget->setTabPosition(QTabWidget::Top);
906
    tabwidget->setTabPosition(QTabWidget::Top);
900
  else
907
  else

Return to bug 242166