Mercurial > hg > octave-nkf
diff libgui/src/m-editor/file-editor.cc @ 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 | f227bb47314f |
line wrap: on
line diff
--- a/libgui/src/m-editor/file-editor.cc +++ b/libgui/src/m-editor/file-editor.cc @@ -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);