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 { Row {
height: 30 height: 30
width: parent.width; width: parent.width;
Icon { Icon {
id: iconLabel id: iconLabel
anchors.top: parent.top anchors.top: parent.top
anchors.topMargin: icon == "" ? 0 : 3 anchors.topMargin: icon == "" ? 0 : 3
source: control.visible ? control.icon : "" source: control.visible ? control.icon : ""
width: height width: height
height: icon == "" || !visible ? 0 : 24 height: icon == "" || !visible ? 0 : 24
color: sysPalette.windowText color: sysPalette.windowText
} }
Label { Label {
id: labelItem id: labelItem
height: 30 height: 30
verticalAlignment: TextInput.AlignVCenter verticalAlignment: TextInput.AlignVCenter
text: control.label +": " text: control.label +": "
} }
} }
Repeater { 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="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url> <url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
<screenshots> <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> </screenshots>
<releases> <releases>
<release version="0.1" date="2021-07-15"/> <release version="0.1" date="2021-08-15"/>
</releases> </releases>
<content_rating type="oars-1.0"> <content_rating type="oars-1.0">
</content_rating> </content_rating>

View file

@ -37,10 +37,11 @@
<url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url> <url type="bugtracker">https://git.ad5001.eu/Ad5001/LogarithmPlotter/issues/</url>
<url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url> <url type="help">https://git.ad5001.eu/Ad5001/LogarithmPlotter/wiki/</url>
<screenshots> <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> </screenshots>
<releases> <releases>
<release version="0.1" date="2021-07-15"/> <release version="0.1" date="2021-08-15"/>
</releases> </releases>
<content_rating type="oars-1.0"> <content_rating type="oars-1.0">
</content_rating> </content_rating>