diff --git a/files/styles/style-dark.css b/files/styles/style-dark.css index 32fb3fb4b86ec96e39aa1fac28af4623719a0126..4c0984e21b79937e09b0840a5855209623750e91 100644 --- a/files/styles/style-dark.css +++ b/files/styles/style-dark.css @@ -91,7 +91,7 @@ QGCMAVLinkLogPlayer QLabel:disabled { } QGCToolBar QLabel { - font-size: 10pt; + font-size: 12pt; font-weight: bold; margin: 3px 2px; } @@ -111,6 +111,11 @@ QGCToolBar QLabel#toolBarTimeoutLabel { background-color: #FF0037; } +QGCToolBar QProgressBar { + height: 26px; + max-height: 16px; +} + QGCToolBar QToolButton { margin: 0; padding-left: 0; @@ -118,7 +123,6 @@ QGCToolBar QToolButton { border-radius: 0; text-align: left; } -/* background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFb917, stop:1 #B37300);*/ QGCToolBar QToolButton#advancedButton { margin-left: 0; diff --git a/files/styles/style-light.css b/files/styles/style-light.css index 5e572ffb15f95c39c7e062173671d7c965225e3c..1b38a4c36af9d049b2292baae1fe7c7f4669179b 100644 --- a/files/styles/style-light.css +++ b/files/styles/style-light.css @@ -91,7 +91,7 @@ QGCMAVLinkLogPlayer QLabel:disabled { } QGCToolBar QLabel { - font-size: 10pt; + font-size: 12pt; font-weight: bold; margin: 3px 2px; } @@ -111,6 +111,11 @@ QGCToolBar QLabel#toolBarTimeoutLabel { background-color: #FF0037; } +QGCToolBar QProgressBar { + height: 26px; + max-height: 16px; +} + QGCToolBar QToolButton { margin: 0; padding-left: 0;