Updating MixedMenu to v1.1.2, adding new screenshot.

This commit is contained in:
Adsooi 2021-08-16 00:50:37 +02:00
parent 9fd584f881
commit 0f6ca1005a
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
4 changed files with 22 additions and 20 deletions
LogarithmPlotter/qml/eu/ad5001
LogarithmPlotter
MixedMenu

View file

@ -24,21 +24,21 @@ Column {
Row {
height: 30
width: parent.width;
Icon {
id: iconLabel
anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : ""
width: height
height: icon == "" || !visible ? 0 : 24
color: sysPalette.windowText
}
Label {
id: labelItem
height: 30
verticalAlignment: TextInput.AlignVCenter
text: control.label +": "
}
Icon {
id: iconLabel
anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : ""
width: height
height: icon == "" || !visible ? 0 : 24
color: sysPalette.windowText
}
Label {
id: labelItem
height: 30
verticalAlignment: TextInput.AlignVCenter
text: control.label +": "
}
}
Repeater {

@ -1 +1 @@
Subproject commit ab80a422ed6ac99fc79791c106195cc569716e5d
Subproject commit 5c6e05b1e4fe20f5ad9b4e427dd91ae305fd26c6