mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
6 lines
85 B
QML
6 lines
85 B
QML
|
import QtQuick
|
||
|
|
||
|
ApplicationContentView {
|
||
|
readonly property int panelWidth: 304
|
||
|
}
|