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
|
## 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
|
||||||
|
|
|
@ -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: [
|
||||||
{
|
{
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user