Updating MixedMenu to v1.1.2, adding new screenshot.
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
9fd584f881
commit
0f6ca1005a
4 changed files with 22 additions and 20 deletions
|
@ -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
|
|
@ -37,10 +37,11 @@
|
|||
<url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
|
||||
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">http://apps.ad5001.eu/img/full/logarithmplotter.png</screenshot>
|
||||
<screenshot type="default">https://apps.ad5001.eu/img/full/logarithmplotter.png</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1" date="2021-07-15"/>
|
||||
<release version="0.1" date="2021-08-15"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
</content_rating>
|
||||
|
|
|
@ -37,10 +37,11 @@
|
|||
<url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
|
||||
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
|
||||
<screenshots>
|
||||
<screenshot type="default">http://apps.ad5001.eu/img/full/logarithmplotter.png</screenshot>
|
||||
<screenshot type="default">https://apps.ad5001.eu/img/full/logarithmplotter.png</screenshot>
|
||||
<screenshot>https://apps.ad5001.eu/img/en/logarithmplotter/welcome.png</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="0.1" date="2021-07-15"/>
|
||||
<release version="0.1" date="2021-08-15"/>
|
||||
</releases>
|
||||
<content_rating type="oars-1.0">
|
||||
</content_rating>
|
||||
|
|
Loading…
Reference in a new issue