mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 14:54:48 +00:00
d5afd6beac
The UI is for demo purposes. Also architecture decisions are open for change Closes: #6321
10 lines
165 B
QML
10 lines
165 B
QML
import QtQuick
|
|
|
|
/// Template for a navigation bar section
|
|
Item {
|
|
readonly property int sideMargin: 18
|
|
property bool selected: false
|
|
|
|
implicitWidth: 78
|
|
}
|