From bc6ec2579ae08c6706c91cdecc7b6c3f0f0398fd Mon Sep 17 00:00:00 2001 From: Xavier Michelon Date: Mon, 24 Oct 2022 18:27:04 +0200 Subject: [PATCH] GODT-1938: Account details box values wrap. --- .../frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml index f9d694ac..277af38a 100644 --- a/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml +++ b/internal/frontend/bridge-gui/bridge-gui/qml/ConfigurationItem.qml @@ -53,6 +53,8 @@ Item { selectByMouse: true selectByKeyboard: true selectionColor: root.colorScheme.text_weak + wrapMode: Text.WrapAnywhere + Layout.fillWidth: true } }