mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-20 17:16:46 +00:00
GODT-1824: sign-in error label did not wrap.
This commit is contained in:
@ -185,13 +185,15 @@ FocusScope {
|
||||
ColorImage {
|
||||
color: root.colorScheme.signal_danger
|
||||
source: "/qml/icons/ic-exclamation-circle-filled.svg"
|
||||
height: errorLabel.height
|
||||
sourceSize.height: errorLabel.height
|
||||
height: errorLabel.lineHeight
|
||||
sourceSize.height: errorLabel.lineHeight
|
||||
}
|
||||
|
||||
Label {
|
||||
colorScheme: root.colorScheme
|
||||
id: errorLabel
|
||||
wrapMode: Text.WordWrap
|
||||
Layout.fillWidth: true;
|
||||
Layout.leftMargin: 4
|
||||
color: root.colorScheme.signal_danger
|
||||
|
||||
|
||||
Reference in New Issue
Block a user