Skip to content

Commit

Permalink
Fix account deletion word wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein committed Oct 18, 2023
1 parent 77a1a2d commit d04e275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nebula/ui/components/MZCheckBoxRow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ RowLayout {
Layout.fillWidth: true
text: subLabelText
visible: !!subLabelText.length
wrapMode: Text.WordWrap
wrapMode: Text.Wrap
verticalAlignment: label.visible ? Text.AlignTop : Text.AlignVCenter
Layout.topMargin: label.visible || (!label.visible && lineCount > 1) ? 0 : MZTheme.theme.checkBoxRowSubLabelTopMargin //accounts for the topMargin of the MZCheckbox

Expand Down

0 comments on commit d04e275

Please sign in to comment.