Stefan d5afd6beac chore(CPP): Create new wallet accounts - POC UI
The UI is for demo purposes. Also architecture decisions are open for change

Closes: #6321
2022-08-02 15:30:08 +02:00

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
}