Skip to content

Commit

Permalink
more qml feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
  • Loading branch information
mgallien committed May 3, 2023
1 parent cdc4a1c commit 674c694
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions src/gui/ConflictDelegate.qml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,13 @@ Item {
anchors.left: existingPreview.right
anchors.right: parent.right
anchors.leftMargin: 10

spacing: 0

Item {
Layout.fillHeight: true
}

EnforcedPlainTextLabel {
Layout.fillWidth: true

Expand All @@ -112,6 +117,10 @@ Item {

font.pixelSize: 15
}

Item {
Layout.fillHeight: true
}
}
}

Expand Down Expand Up @@ -151,8 +160,13 @@ Item {
anchors.left: conflictPreview.right
anchors.right: parent.right
anchors.leftMargin: 10

spacing: 0

Item {
Layout.fillHeight: true
}

EnforcedPlainTextLabel {
Layout.fillWidth: true

Expand All @@ -176,6 +190,10 @@ Item {

font.pixelSize: 15
}

Item {
Layout.fillHeight: true
}
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/ResolveConflictsDialog.qml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Window {
}

EnforcedPlainTextLabel {
text: qsTr("Choose if you want to keep the local version, server version, or both? If you choose both, the local file will have a number added to its name.")
text: qsTr("Choose if you want to keep the local version, server version, or both. If you choose both, the local file will have a number added to its name.")
wrapMode: Text.WrapAtWordBoundaryOrAnywhere
font.pixelSize: 15
Layout.fillWidth: true
Expand Down

0 comments on commit 674c694

Please sign in to comment.