Fix legend label colors on dark themes

This commit is contained in:
Alex Spataru 2024-11-23 01:29:54 -05:00 committed by GitHub
parent 7e8e0a73de
commit 8791e5859a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)
}
}
}