cdf30d2c3c
Design proposed by David.
12 lines
306 B
QML
12 lines
306 B
QML
import QtQuick 2.0
|
|
|
|
Item {
|
|
property color primaryColor: "#000000"
|
|
property color secondaryColor: "#777777"
|
|
property int paddingSmall: 4
|
|
property int paddingLarge: 20
|
|
property int fontSizeSmall: 10
|
|
property int fontSizeMedium: 16
|
|
property int fontSizeLarge: 25
|
|
property int fontSizeExtraLarge: 40
|
|
}
|