Updating MixedMenu to v1.1.2, adding new screenshot.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ad5001 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

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

View file

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

View file

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