More UI tweaks.
This commit is contained in:
parent
17aa5cbf16
commit
e6beb5f6a8
|
@ -172,6 +172,8 @@ Page {
|
||||||
}
|
}
|
||||||
|
|
||||||
Button {
|
Button {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
|
||||||
text: "Add Account"
|
text: "Add Account"
|
||||||
flat: true
|
flat: true
|
||||||
highlighted: true
|
highlighted: true
|
||||||
|
|
|
@ -48,6 +48,13 @@ Drawer {
|
||||||
text: room && room.canonicalAlias ? room.canonicalAlias : "No Canonical Alias"
|
text: room && room.canonicalAlias ? room.canonicalAlias : "No Canonical Alias"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Label {
|
||||||
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
horizontalAlignment: Text.AlignHCenter
|
||||||
|
text: room ? room.memberCount + " Members" : "No Member Count"
|
||||||
|
}
|
||||||
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
|
|
|
@ -39,7 +39,7 @@ Item {
|
||||||
bottomPadding: 0
|
bottomPadding: 0
|
||||||
placeholderText: "Search..."
|
placeholderText: "Search..."
|
||||||
|
|
||||||
background: Rectangle { color: MSettings.darkTheme ? "#282828" : "#fafafa" }
|
background: Rectangle { color: MSettings.darkTheme ? "#303030" : "#fafafa" }
|
||||||
|
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: StandardKey.Find
|
sequence: StandardKey.Find
|
||||||
|
@ -107,7 +107,7 @@ Item {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
height: 64
|
height: 64
|
||||||
|
|
||||||
color: MSettings.darkTheme ? "#282828" : "#fafafa"
|
color: MSettings.darkTheme ? "#303030" : "#fafafa"
|
||||||
|
|
||||||
AutoMouseArea {
|
AutoMouseArea {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
Loading…
Reference in New Issue