10 lines
180 B
QML
10 lines
180 B
QML
import Quickshell.Io
|
|
|
|
JsonObject {
|
|
property int dragThreshold: 30
|
|
property Sizes sizes: Sizes {}
|
|
|
|
component Sizes: JsonObject {
|
|
property int button: 80
|
|
}
|
|
}
|