changeset 18216:55b8dc2ea022 gui-release

* file-editor.cc (construct): reduce the height of the tab bars
author Torsten <ttl@justmail.de>
date Sat, 04 Jan 2014 17:03:33 +0100
parents e54cfaae830b
children 7952fb0435db
files libgui/src/m-editor/file-editor.cc
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc	Tue Dec 17 16:24:29 2013 +0000
+++ b/libgui/src/m-editor/file-editor.cc	Sat Jan 04 17:03:33 2014 +0100
@@ -874,6 +874,9 @@
 #ifdef HAVE_QTABWIDGET_SETMOVABLE
   _tab_widget->setMovable (true);
 #endif
+  _tab_widget->setStyleSheet ("QTabBar::tab {max-height: 4ex; }");
+
+
 
   QAction *new_action = new QAction (QIcon (":/actions/icons/filenew.png"),
                                      tr ("&New File"), _tool_bar);