Restyle the chat UI

This commit is contained in:
miruka
2019-04-28 11:01:38 -04:00
parent f65ea9dd0d
commit 5650234e3b
21 changed files with 182 additions and 77 deletions

View File

@@ -3,7 +3,7 @@ import QtQuick.Controls 2.2
import QtQuick.Layouts 1.4
import "../base" as Base
Rectangle {
Base.HGlassRectangle {
function setFocus() { textArea.forceActiveFocus() }
id: root
@@ -12,7 +12,7 @@ Rectangle {
Layout.preferredHeight: textArea.implicitHeight
// parent.height / 2 causes binding loop?
Layout.maximumHeight: pageStack.height / 2
color: "#BBB"
color: Base.HStyle.chat.sendBox.background
RowLayout {
anchors.fill: parent