parent
cd5042e389
commit
48229e94c8
|
@ -81,8 +81,9 @@ Page {
|
||||||
// TODO: Could it be replaced to `GroupChatPanel`?
|
// TODO: Could it be replaced to `GroupChatPanel`?
|
||||||
header: RowLayout {
|
header: RowLayout {
|
||||||
id: headerRow
|
id: headerRow
|
||||||
|
anchors.top: parent.top
|
||||||
|
anchors.topMargin: Style.current.halfPadding
|
||||||
height: tagSelector.height
|
height: tagSelector.height
|
||||||
anchors.topMargin: 8
|
|
||||||
clip: true
|
clip: true
|
||||||
StatusTagSelector {
|
StatusTagSelector {
|
||||||
id: tagSelector
|
id: tagSelector
|
||||||
|
|
Loading…
Reference in New Issue