Change some color.

This commit is contained in:
Black Hat
2018-09-03 07:13:39 +08:00
parent 64749ba32f
commit 104e194cfb
4 changed files with 33 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ Page {
Rectangle {
anchors.fill: parent
color: MSettings.darkTheme ? "#363636" : "#f3f3f3"
color: MSettings.darkTheme ? "#323232" : "#f3f3f3"
RowLayout {
anchors.fill: parent
@@ -39,6 +39,12 @@ Page {
listModel: roomListModel
}
Rectangle {
Layout.preferredWidth: 1
Layout.fillHeight: true
color: MSettings.darkTheme ? "#363636" : "#ececec"
}
RoomForm {
id: roomForm