Redesign
This commit is contained in:
parent
3d7128a421
commit
99cf0780c1
43 changed files with 239 additions and 182 deletions
|
@ -20,17 +20,14 @@
|
|||
|
||||
import QtQuick 2.0
|
||||
|
||||
ButtonArea {
|
||||
import 'common/constants.js' as Constants
|
||||
|
||||
IconMenuItem {
|
||||
id: pullMenuItem
|
||||
property alias source: img.source
|
||||
alwaysShowText: true
|
||||
|
||||
width: 72 * pgst.scalef
|
||||
height: 72 * pgst.scalef
|
||||
|
||||
Image {
|
||||
id: img
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
width: parent.width
|
||||
height: width
|
||||
|
||||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue