9 lines
118 B
QML
9 lines
118 B
QML
pragma Singleton
|
|
|
|
import Quickshell
|
|
|
|
Singleton {
|
|
property int itemWidth: 103
|
|
property int sidebarWidth: 200
|
|
}
|