ui: fixed ui issues
* fixed dock title buttons on bottom on Windows * fixed no gap between buttons on Linux * fixed dark scheme title bar contrast * fixed filter checkbox colors for dark schemes
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
</scrollbar>
|
||||
<dock>
|
||||
<text>#F7F7F7</text>
|
||||
<background>#777777</background>
|
||||
<line>#A0A0A0</line>
|
||||
<background>#555555</background>
|
||||
<line>#808080</line>
|
||||
<icon_type>white</icon_type> <!-- white, grey, black -->
|
||||
</dock>
|
||||
</window>
|
||||
@@ -460,7 +460,7 @@
|
||||
</table>
|
||||
|
||||
<screen_search>
|
||||
<background>#777777</background>
|
||||
<background>#555555</background>
|
||||
<box>
|
||||
<background>#272728</background>
|
||||
<text>#F7F7F7</text>
|
||||
|
||||
@@ -25,7 +25,15 @@ QDockWidget::title {
|
||||
|
||||
QDockWidget::close-button, QDockWidget::float-button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
border: <platform_wml:0|0|1>px solid transparent;
|
||||
icon-size: 12px;
|
||||
margin-top: 2px;
|
||||
margin-top: <platform_wml:0|2|2>px;
|
||||
}
|
||||
|
||||
QDockWidget::close-button {
|
||||
margin-left: <platform_wml:0|2|0>px;
|
||||
}
|
||||
|
||||
QDockWidget::float-button {
|
||||
margin-right: <platform_wml:0|2|0>px;
|
||||
}
|
||||
|
||||
@@ -86,6 +86,10 @@ QTableView QTableCornerButton::section {
|
||||
border-top-left-radius: 10px;
|
||||
}
|
||||
|
||||
QCheckBox {
|
||||
color: <color:table/text/normal>;
|
||||
}
|
||||
|
||||
#help_button {
|
||||
background: transparent;
|
||||
border: none;
|
||||
|
||||
Reference in New Issue
Block a user