mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-04-09 15:22:13 -04:00
10 lines
215 B
QML
10 lines
215 B
QML
import QtQuick
|
|
|
|
QtObject {
|
|
readonly property int small: 8
|
|
readonly property int normal: 12
|
|
readonly property int large: 16
|
|
readonly property int extraLarge: 24
|
|
readonly property int full: 1000
|
|
}
|