|
|
|
@ -133,6 +133,7 @@ ElDialog { |
|
|
|
: constants.colorError |
|
|
|
: constants.colorError |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
RowLayout { |
|
|
|
RowLayout { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
ElTextArea { |
|
|
|
ElTextArea { |
|
|
|
@ -142,6 +143,8 @@ ElDialog { |
|
|
|
Layout.minimumHeight: fontMetrics.lineSpacing * 4 + topPadding + bottomPadding |
|
|
|
Layout.minimumHeight: fontMetrics.lineSpacing * 4 + topPadding + bottomPadding |
|
|
|
font.family: FixedFont |
|
|
|
font.family: FixedFont |
|
|
|
wrapMode: TextInput.Wrap |
|
|
|
wrapMode: TextInput.Wrap |
|
|
|
|
|
|
|
inputMethodHints: Qt.ImhNoPredictiveText |
|
|
|
|
|
|
|
|
|
|
|
background: PaneInsetBackground { |
|
|
|
background: PaneInsetBackground { |
|
|
|
baseColor: _verified == SignVerifyMessageDialog.Check.Unknown |
|
|
|
baseColor: _verified == SignVerifyMessageDialog.Check.Unknown |
|
|
|
? constants.darkerDialogBackground |
|
|
|
? constants.darkerDialogBackground |
|
|
|
|