Restyle the chat UI
This commit is contained in:
@@ -3,21 +3,6 @@ import QtQuick.Controls 2.2
|
||||
import QtQuick.Layouts 1.4
|
||||
import "../base" as Base
|
||||
|
||||
Base.HRowLayout {
|
||||
Base.HLabel {
|
||||
text: "Select or add a room to start."
|
||||
wrapMode: Text.Wrap
|
||||
padding: 3
|
||||
leftPadding: 10
|
||||
rightPadding: 10
|
||||
|
||||
Layout.margins: 10
|
||||
Layout.alignment: Qt.AlignCenter
|
||||
Layout.maximumWidth: parent.width - Layout.margins * 2
|
||||
|
||||
background: Rectangle {
|
||||
color: Base.HStyle.boxes.background
|
||||
radius: Base.HStyle.boxes.radius
|
||||
}
|
||||
}
|
||||
Base.HNoticeLabel {
|
||||
text: "Select or add a room to start."
|
||||
}
|
||||
|
Reference in New Issue
Block a user