GUI: fix dark mode result table, broken by alternatecolors use + adjust prefs label

This commit is contained in:
Jean-Francois Dockes 2021-03-12 09:36:20 +01:00
parent 1db5f5327e
commit 27893329f9
2 changed files with 6 additions and 1 deletions

View File

@ -251,7 +251,7 @@
<item>
<widget class="QCheckBox" name="noRowJumpShortcutsCB">
<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 name="checked">
<bool>false</bool>

View File

@ -26,6 +26,11 @@
selection-color: #ffffff;
}
QTableView {
alternate-background-color: #474747;
background-color: #373737;
}
QToolTip {
background-color: yellow;
color: black;