feat(Theme): Added radius
and bigPadding
properties
This commit is contained in:
parent
485647d1c3
commit
1bdc330c3f
@ -6,6 +6,9 @@ QtObject {
|
|||||||
id: appTheme
|
id: appTheme
|
||||||
property QtObject palette: StatusLightTheme {}
|
property QtObject palette: StatusLightTheme {}
|
||||||
|
|
||||||
|
property int bigPadding: 24
|
||||||
|
property int radius: 8
|
||||||
|
|
||||||
function setTheme(theme) {
|
function setTheme(theme) {
|
||||||
palette = theme
|
palette = theme
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user