13 lines
193 B
QML
13 lines
193 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property int dragThreshold: 30
|
|
property bool enabled: true
|
|
property Sizes sizes: Sizes {
|
|
}
|
|
|
|
component Sizes: JsonObject {
|
|
property int width: 430
|
|
}
|
|
}
|