Redesign
This commit is contained in:
parent
3d7128a421
commit
99cf0780c1
43 changed files with 239 additions and 182 deletions
|
@ -20,6 +20,8 @@
|
|||
|
||||
import QtQuick 2.0
|
||||
|
||||
import 'common/constants.js' as Constants
|
||||
|
||||
Item {
|
||||
property alias text: pLabel.text
|
||||
|
||||
|
@ -33,7 +35,7 @@ Item {
|
|||
margins: 10 * pgst.scalef
|
||||
}
|
||||
|
||||
color: '#aaa'
|
||||
color: Constants.colors.secondaryHighlight
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue