mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-15 05:22:53 +08:00
UI bug fixes
This commit is contained in:
parent
806685d1a6
commit
e61477a3e4
@ -169,12 +169,12 @@ Widgets.Window {
|
||||
Layout.fillWidth: true
|
||||
text: qsTr("Add dataset")
|
||||
icon.source: "qrc:/icons/add.svg"
|
||||
visible: widget.currentIndex === 0 || widget.currentIndex === 4
|
||||
icon.color: Cpp_ThemeManager.brightText
|
||||
onClicked: Cpp_JSON_Editor.addDataset(group)
|
||||
palette.buttonText: Cpp_ThemeManager.brightText
|
||||
palette.button: Cpp_ThemeManager.toolbarGradient1
|
||||
palette.window: Cpp_ThemeManager.toolbarGradient1
|
||||
visible: widget.currentIndex === 0 || widget.currentIndex === 4
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user