Use view background color for SpaceDrawer
This commit is contained in:
@@ -96,7 +96,7 @@ Kirigami.Page {
|
|||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
spacing: 1
|
spacing: 0
|
||||||
|
|
||||||
NeoChat.SpaceDrawer {
|
NeoChat.SpaceDrawer {
|
||||||
id: spaceDrawer
|
id: spaceDrawer
|
||||||
@@ -104,6 +104,11 @@ Kirigami.Page {
|
|||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Kirigami.Separator {
|
||||||
|
Layout.fillHeight: true
|
||||||
|
Layout.preferredWidth: 1
|
||||||
|
}
|
||||||
|
|
||||||
QQC2.ScrollView {
|
QQC2.ScrollView {
|
||||||
id: scrollView
|
id: scrollView
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|||||||
@@ -41,6 +41,11 @@ QQC2.Control {
|
|||||||
QQC2.ScrollBar.horizontal.policy: QQC2.ScrollBar.AlwaysOff
|
QQC2.ScrollBar.horizontal.policy: QQC2.ScrollBar.AlwaysOff
|
||||||
contentWidth: -1 // disable horizontal scroll
|
contentWidth: -1 // disable horizontal scroll
|
||||||
|
|
||||||
|
background: Rectangle {
|
||||||
|
color: Kirigami.Theme.backgroundColor
|
||||||
|
Kirigami.Theme.colorSet: Kirigami.Theme.View
|
||||||
|
}
|
||||||
|
|
||||||
ColumnLayout {
|
ColumnLayout {
|
||||||
id: column
|
id: column
|
||||||
width: scrollView.width
|
width: scrollView.width
|
||||||
|
|||||||
Reference in New Issue
Block a user