mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-14 01:32:29 -04:00
qml: cut down on inline components for performance
This commit is contained in:
9
quickshell/Common/AppearanceSpacing.qml
Normal file
9
quickshell/Common/AppearanceSpacing.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import QtQuick
|
||||
|
||||
QtObject {
|
||||
readonly property int small: 4
|
||||
readonly property int normal: 8
|
||||
readonly property int large: 12
|
||||
readonly property int extraLarge: 16
|
||||
readonly property int huge: 24
|
||||
}
|
||||
Reference in New Issue
Block a user