mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-08-08 08:45:45 +02:00
chatview: remove excess spacing between chat contents and footer
Gitlab: #1172 Change-Id: I615caf484ab37b4a783eadc751642eeb7a5553ac
This commit is contained in:
parent
30e8bf56fb
commit
6e7278c87a
1 changed files with 1 additions and 0 deletions
|
@ -241,6 +241,7 @@ Rectangle {
|
||||||
SplitView.maximumWidth: root.width
|
SplitView.maximumWidth: root.width
|
||||||
SplitView.minimumWidth: JamiTheme.mainViewPaneMinWidth
|
SplitView.minimumWidth: JamiTheme.mainViewPaneMinWidth
|
||||||
SplitView.fillWidth: true
|
SplitView.fillWidth: true
|
||||||
|
spacing: 0
|
||||||
|
|
||||||
StackLayout {
|
StackLayout {
|
||||||
id: chatViewStack
|
id: chatViewStack
|
||||||
|
|
Loading…
Add table
Reference in a new issue