Skip to content

Commit

Permalink
Added paddingSmall to Theme
Browse files Browse the repository at this point in the history
  • Loading branch information
vasvlad committed Jan 4, 2025
1 parent f001062 commit 22ce8fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meecast/qt-qml/pureqml/pages/Theme.qml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import QtQml 2.0
property variant primaryColor: "ghostwhite"
property variant secondaryColor: "darkgrey"
property int paddingLarge: 50
property int paddingSmall: 20
}


0 comments on commit 22ce8fb

Please sign in to comment.