Fix room settings background
This commit is contained in:
parent
90a2773a8c
commit
64d67234ab
3
TODO.md
3
TODO.md
|
@ -2,8 +2,8 @@
|
|||
|
||||
## Before release
|
||||
|
||||
- Check import function (index tuple error)
|
||||
- Write a real README.md
|
||||
- Test everything
|
||||
|
||||
## Refactoring
|
||||
|
||||
|
@ -112,7 +112,6 @@
|
|||
- icons.preferredPack: accept multiple values
|
||||
- Find icon packs in user data dir
|
||||
- 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
|
||||
- Notifications
|
||||
|
|
|
@ -5,7 +5,7 @@ import QtQuick.Layouts 1.12
|
|||
import "../../../Base"
|
||||
|
||||
HBox {
|
||||
color: "transparent"
|
||||
color: theme.chat.roomPane.roomSettings.background
|
||||
|
||||
buttonModel: [
|
||||
{
|
||||
|
|
|
@ -316,6 +316,9 @@ chat:
|
|||
color moderatorIcon: adminIcon
|
||||
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
|
||||
|
||||
roomSettings:
|
||||
color background: colors.mediumBackground
|
||||
|
||||
bottomBar:
|
||||
color background: colors.strongBackground
|
||||
|
||||
|
|
|
@ -326,6 +326,9 @@ chat:
|
|||
color moderatorIcon: adminIcon
|
||||
color invitedIcon: hsluv(0, colors.saturation * 2.25, 60)
|
||||
|
||||
roomSettings:
|
||||
color background: colors.mediumBackground
|
||||
|
||||
bottomBar:
|
||||
color background: colors.strongBackground
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user