Standardize spacings

This commit is contained in:
miruka
2019-07-16 05:29:47 -04:00
parent d302a5cf5f
commit d2dfafb4e7
17 changed files with 35 additions and 44 deletions

View File

@@ -10,9 +10,7 @@ HRectangle {
property bool collapsed: false
property var activeView: null
property int normalSpacing: 8
property int currentSpacing: collapsed ? 0 : normalSpacing
property int currentSpacing: collapsed ? 0 : theme.spacing
Behavior on currentSpacing { HNumberAnimation {} }