Add one global option for customizing the stylesheet of the tabbar

Note: this is just an experimental idea, so no GUI is added. It might
rename or disappear later.
This commit is contained in:
Jekyll Wu
2012-05-05 02:26:23 +08:00
parent a0f502e1a2
commit cf24bea6ab
6 changed files with 24 additions and 1 deletions

View File

@@ -649,6 +649,7 @@ void MainWindow::applyKonsoleSettings()
options.position = KonsoleSettings::tabBarPosition();
options.newTabBehavior = KonsoleSettings::newTabBehavior();
options.showQuickButtons = KonsoleSettings::showQuickButtons();
options.styleSheet = KonsoleSettings::tabBarStyleSheet();
_viewManager->updateNavigationOptions(options);