6 lines
85 B
QML
6 lines
85 B
QML
|
import QtQuick
|
||
|
|
||
|
ApplicationContentView {
|
||
|
readonly property int panelWidth: 304
|
||
|
}
|