mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Chat's BusyIndicator was white (on white). Update its color to be visible.
This commit is contained in:
parent
79ddf32b1d
commit
8addc1375d
2 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
## Fixed
|
||||
- Fix using only username in URI handlers.
|
||||
- Chat flickering on load.
|
||||
- Color of busy indicator when the chat is loading.
|
||||
- Update SDK to 5.2.42
|
||||
|
||||
## 5.0.14 - 2023-03-16
|
||||
|
|
|
|||
|
|
@ -576,6 +576,7 @@ ColumnLayout {
|
|||
anchors.left: filterButtons.right
|
||||
anchors.leftMargin: 50
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
color: BusyIndicatorStyle.alternateColor
|
||||
running: chatArea.tryingToLoadMoreEntries
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue