Make height of chatbar, userinfo bar and side tab bar the same
|Current state|With this MR|
|-|-|
|||
(cherry picked from commit 240cf6a0ed)
This commit is contained in:
committed by
Joshua Goins
parent
82184b895a
commit
58b32dd50f
@@ -27,7 +27,7 @@ RowLayout {
|
||||
Layout.topMargin: Kirigami.Units.smallSpacing
|
||||
Layout.bottomMargin: Kirigami.Units.smallSpacing
|
||||
Layout.rightMargin: Kirigami.Units.largeSpacing
|
||||
Layout.minimumHeight: bottomEdge ? Kirigami.Units.gridUnit * 2 : -1
|
||||
Layout.minimumHeight: bottomEdge ? Kirigami.Units.gridUnit * 3 : -1
|
||||
|
||||
onVisibleChanged: {
|
||||
if (!visible) {
|
||||
|
||||
Reference in New Issue
Block a user