Fix room settings background

This commit is contained in:
miruka 2020-03-15 15:17:44 -04:00
parent 90a2773a8c
commit 64d67234ab
4 changed files with 8 additions and 3 deletions

View File

@ -2,8 +2,8 @@
## Before release ## Before release
- Check import function (index tuple error)
- Write a real README.md - Write a real README.md
- Test everything
## Refactoring ## Refactoring
@ -112,7 +112,6 @@
- icons.preferredPack: accept multiple values - icons.preferredPack: accept multiple values
- Find icon packs in user data dir - Find icon packs in user data dir
- See [Text.fontSizeMode](https://doc.qt.io/qt-5/qml-qtquick-text.html#fontSizeMode-prop) - See [Text.fontSizeMode](https://doc.qt.io/qt-5/qml-qtquick-text.html#fontSizeMode-prop)
- Way to round avatar corners to allow box radius
- Settings page - Settings page
- Notifications - Notifications

View File

@ -5,7 +5,7 @@ import QtQuick.Layouts 1.12
import "../../../Base" import "../../../Base"
HBox { HBox {
color: "transparent" color: theme.chat.roomPane.roomSettings.background
buttonModel: [ buttonModel: [
{ {

View File

@ -316,6 +316,9 @@ chat:
color moderatorIcon: adminIcon color moderatorIcon: adminIcon
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60) color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
roomSettings:
color background: colors.mediumBackground
bottomBar: bottomBar:
color background: colors.strongBackground color background: colors.strongBackground

View File

@ -326,6 +326,9 @@ chat:
color moderatorIcon: adminIcon color moderatorIcon: adminIcon
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60) color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
roomSettings:
color background: colors.mediumBackground
bottomBar: bottomBar:
color background: colors.strongBackground color background: colors.strongBackground