mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-01 09:24:10 +01:00
OP-1562 Cleanup
This commit is contained in:
parent
c2b101af63
commit
3e62d6337b
@ -116,14 +116,13 @@ Rectangle {
|
||||
|
||||
height: 18
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
width: textOpVersion.width + textOpVersionAvailable.width + 16
|
||||
width: textOpVersion.width + textOpVersionAvailable.width + this.spacing
|
||||
spacing: 16
|
||||
|
||||
Text {
|
||||
id: textOpVersion
|
||||
color: "#c4c0c0"
|
||||
text: welcomePlugin.versionString
|
||||
verticalAlignment: Text.AlignTop
|
||||
font.bold: true
|
||||
styleColor: "#00000000"
|
||||
font.pixelSize: 14
|
||||
@ -132,7 +131,6 @@ Rectangle {
|
||||
id: textOpVersionAvailable
|
||||
color: "#5fcf07"
|
||||
text: welcomePlugin.newVersionText
|
||||
|
||||
font.bold: true
|
||||
font.underline: true
|
||||
styleColor: "#00000000"
|
||||
|
Loading…
Reference in New Issue
Block a user