Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
anchors.left: existingPreview.right
anchors.right: parent.right
anchors.leftMargin: 10
+
spacing: 0
+ Item {
+ Layout.fillHeight: true
+ }
+
EnforcedPlainTextLabel {
Layout.fillWidth: true
font.pixelSize: 15
}
+
+ Item {
+ Layout.fillHeight: true
+ }
}
}
anchors.left: conflictPreview.right
anchors.right: parent.right
anchors.leftMargin: 10
+
spacing: 0
+ Item {
+ Layout.fillHeight: true
+ }
+
EnforcedPlainTextLabel {
Layout.fillWidth: true
font.pixelSize: 15
}
+
+ Item {
+ Layout.fillHeight: true
+ }
}
}
}
}
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