Rewrite the GuiDocSplit dialog

This commit is contained in:
Veronica Berglyd Olsen
2022-10-12 22:36:06 +02:00
parent 4f44374f48
commit baafd5f83c
5 changed files with 120 additions and 174 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ class GuiDocMerge(QDialog):
# Merge Options
self.trashLabel = QLabel(self.tr("Move merged items to Trash"))
self.trashSwitch = QSwitch()
self.trashSwitch = QSwitch(width=2*iPx, height=iPx)
self.optBox = QGridLayout()
self.optBox.addWidget(self.trashLabel, 0, 0)