mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Minor GUI updates
This commit is contained in:
parent
2cf132450d
commit
33cd3a67f8
@ -387,7 +387,7 @@ Item {
|
|||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.family: app.monoFont
|
font.family: app.monoFont
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
color: _rx.enabled ? palette.highlight : Cpp_ThemeManager.ledDisabled
|
color: _rx.enabled ? Cpp_ThemeManager.ledEnabled : Cpp_ThemeManager.ledDisabled
|
||||||
}
|
}
|
||||||
|
|
||||||
Widgets.Icon {
|
Widgets.Icon {
|
||||||
@ -404,7 +404,7 @@ Item {
|
|||||||
font.pixelSize: 18
|
font.pixelSize: 18
|
||||||
font.family: app.monoFont
|
font.family: app.monoFont
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
color: _tx.enabled ? palette.highlight : Cpp_ThemeManager.ledDisabled
|
color: _tx.enabled ? Cpp_ThemeManager.ledEnabled : Cpp_ThemeManager.ledDisabled
|
||||||
}
|
}
|
||||||
|
|
||||||
Widgets.LED {
|
Widgets.LED {
|
||||||
|
@ -75,7 +75,7 @@ RowLayout {
|
|||||||
Label {
|
Label {
|
||||||
id: _label
|
id: _label
|
||||||
font.family: app.monoFont
|
font.family: app.monoFont
|
||||||
color: palette.highlightedText
|
|
||||||
Layout.alignment: Qt.AlignVCenter
|
Layout.alignment: Qt.AlignVCenter
|
||||||
|
color: root.enabled ? Cpp_ThemeManager.ledEnabled : Cpp_ThemeManager.ledDisabled
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user