Compare commits

...
Author SHA1 Message Date
Igor Sirotin 1bdc330c3f feat(Theme): Added radius and bigPadding properties 2022-05-27 16:29:45 +03:00
+3
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
}