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> <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>

View File

@ -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;