mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
Fix legend label colors on dark themes
This commit is contained in:
parent
7e8e0a73de
commit
8791e5859a
@ -136,8 +136,9 @@ Item {
|
||||
elide: Qt.ElideMiddle
|
||||
text: root.model.labels[index]
|
||||
Layout.alignment: Qt.AlignVCenter
|
||||
font: Cpp_Misc_CommonFonts.customMonoFont(0.8)
|
||||
Layout.maximumWidth: 128 - 14 - 8
|
||||
color: Cpp_ThemeManager.colors["widget_text"]
|
||||
font: Cpp_Misc_CommonFonts.customMonoFont(0.8)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user