forked from qt-creator/qt-creator
QmlDesigner: fix cut font on output tabs
Task-number: QTCREATORBUG-5598 Change-Id: Ida383b5f2b0c798c8eee63eb3fe92ca33206aef3 Change-Id: Ida383b5f2b0c798c8eee63eb3fe92ca332063aef Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
This commit is contained in:
@@ -18,6 +18,10 @@ QPlainTextEdit {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTabBar {
|
||||||
|
font: bold;
|
||||||
|
}
|
||||||
|
|
||||||
QTabBar::tab {
|
QTabBar::tab {
|
||||||
border-image: none;
|
border-image: none;
|
||||||
|
|
||||||
@@ -33,7 +37,6 @@ QTabBar::tab {
|
|||||||
padding-left: 2px;
|
padding-left: 2px;
|
||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
|
|
||||||
font: bold;
|
|
||||||
font-size: 11px;
|
font-size: 11px;
|
||||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||||
stop: 0 #3c3c3c, stop: 1 #444444);
|
stop: 0 #3c3c3c, stop: 1 #444444);
|
||||||
|
Reference in New Issue
Block a user