diff --git a/CHANGELOG.md b/CHANGELOG.md index 48039ecda..da191db28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Screen Sharing +## 5.2.5 - undefined + +### Fixed +- Phone prefix option couldn't be changed. + ## 5.2.4 - 2024-04-11 ### Fixed diff --git a/linphone-app/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml b/linphone-app/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml index be0a90e56..d2e61d886 100644 --- a/linphone-app/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml +++ b/linphone-app/ui/views/App/Settings/Dialogs/SettingsSipAccountsEdit.qml @@ -290,12 +290,10 @@ DialogPlus { } FormLine{ - maxItemWidth: width / 2 FormGroup { //: 'Apply prefix for outgoing calls and chats' : Label to set an option for applying the specified prefix to outgoings calls and chats. label: qsTr('dialPrefixCallChat') fitLabel: true - maxWidth: parent.width Switch { id: dialPrefixCallChat