Add uploadsBar section to theme
This commit is contained in:
parent
67cffa854d
commit
c6bb41573f
1
TODO.md
1
TODO.md
|
@ -1,5 +1,4 @@
|
||||||
- Media
|
- Media
|
||||||
- Theming (upload bar, media text bubbles)
|
|
||||||
- Downloading
|
- Downloading
|
||||||
- Bottom/top bar
|
- Bottom/top bar
|
||||||
- Verify things work with chat.privacytools.io (subdomain weirdness)
|
- Verify things work with chat.privacytools.io (subdomain weirdness)
|
||||||
|
|
|
@ -7,7 +7,7 @@ Rectangle {
|
||||||
id: uploadsBar
|
id: uploadsBar
|
||||||
implicitWidth: 800
|
implicitWidth: 800
|
||||||
implicitHeight: firstDelegate ? firstDelegate.height : 0
|
implicitHeight: firstDelegate ? firstDelegate.height : 0
|
||||||
color: theme.chat.typingMembers.background
|
color: theme.chat.uploadsBar.background
|
||||||
opacity: implicitHeight ? 1 : 0
|
opacity: implicitHeight ? 1 : 0
|
||||||
clip: true
|
clip: true
|
||||||
|
|
||||||
|
|
|
@ -362,6 +362,9 @@ chat:
|
||||||
colors.hue, colors.saturation, colors.intensity * 9, 0.52
|
colors.hue, colors.saturation, colors.intensity * 9, 0.52
|
||||||
)
|
)
|
||||||
|
|
||||||
|
uploadsBar:
|
||||||
|
color background: chat.typingMembers.background
|
||||||
|
|
||||||
composer:
|
composer:
|
||||||
color background: colors.strongBackground
|
color background: colors.strongBackground
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user