mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-08 12:46:08 +00:00
6 lines
85 B
QML
6 lines
85 B
QML
|
import QtQuick
|
||
|
|
||
|
ApplicationContentView {
|
||
|
readonly property int panelWidth: 304
|
||
|
}
|