2
0
mirror of synced 2025-02-16 08:37:08 +00:00

feat(Theme): Added radius and bigPadding properties

This commit is contained in:
Igor Sirotin 2022-05-27 16:29:45 +03:00
parent 485647d1c3
commit 1bdc330c3f

View File

@ -6,6 +6,9 @@ QtObject {
id: appTheme
property QtObject palette: StatusLightTheme {}
property int bigPadding: 24
property int radius: 8
function setTheme(theme) {
palette = theme
}