add divider to profile layout and add minimum widths for sidebars

This commit is contained in:
Iuri Matias 2020-06-11 17:29:30 -04:00
parent 0cb2bf09e2
commit eaad59f690
3 changed files with 10 additions and 6 deletions

View File

@ -21,6 +21,7 @@ ColumnLayout {
anchors.topMargin: 0
anchors.bottom: parent.bottom
anchors.bottomMargin: 0
Layout.minimumWidth: 300
RowLayout {
id: profileHeader
@ -43,8 +44,4 @@ ColumnLayout {
}
}
/*##^##
Designer {
D{i:15;anchors_height:56}
}
##^##*/

View File

@ -9,13 +9,19 @@ import "../../../shared"
import "./Sections"
import "."
Item {
SplitView {
id: profileView
x: 0
y: 0
Layout.fillHeight: true
Layout.fillWidth: true
handleDelegate: Rectangle {
implicitWidth: 1
implicitHeight: 4
color: Theme.grey
}
LeftTab {
id: leftTab
}

View File

@ -19,6 +19,7 @@ Item {
}
id: walletInfoContainer
width: 340
Layout.minimumWidth: 300
Rectangle {
id: walletInfoHeader