mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-05 21:52:10 +01:00
OP-39 Fixed a bug in Welcome page button.
This commit is contained in:
parent
f42085f6ac
commit
efd953b00c
@ -4,7 +4,7 @@ import QtQuick 1.1
|
|||||||
Item {
|
Item {
|
||||||
id: welcomeButton
|
id: welcomeButton
|
||||||
width: Math.max(116, icon.width)
|
width: Math.max(116, icon.width)
|
||||||
height: 116
|
height: icon.height
|
||||||
z: 0
|
z: 0
|
||||||
|
|
||||||
property string baseIconName
|
property string baseIconName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user