GUI: fix dark mode result table, broken by alternatecolors use + adjust prefs label
This commit is contained in:
parent
1db5f5327e
commit
27893329f9
@ -251,7 +251,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="noRowJumpShortcutsCB">
|
<widget class="QCheckBox" name="noRowJumpShortcutsCB">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Disable the Ctrl+[0-9]/[a-z] shortcuts for jumping to table rows.</string>
|
<string>Disable the Ctrl+[0-9]/Shift+[a-z] shortcuts for jumping to table rows.</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="checked">
|
<property name="checked">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
|||||||
@ -26,6 +26,11 @@
|
|||||||
selection-color: #ffffff;
|
selection-color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTableView {
|
||||||
|
alternate-background-color: #474747;
|
||||||
|
background-color: #373737;
|
||||||
|
}
|
||||||
|
|
||||||
QToolTip {
|
QToolTip {
|
||||||
background-color: yellow;
|
background-color: yellow;
|
||||||
color: black;
|
color: black;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user