Gui: Enable the thumbnail size widget by default

With PR #10016 the saving of thumbnails is on by default but the spin box to set the size is still disabled.
This results into an inconsistency and one has to click the Save thumbnails check box twice to enable the size widget.
This commit is contained in:
wmayer
2023-10-06 12:32:25 +02:00
committed by wwmayer
parent 1312b9d2ac
commit 13dce7864d

View File

@@ -379,9 +379,6 @@ automatically run a file recovery when it is started.</string>
</item>
<item>
<widget class="Gui::PrefSpinBox" name="prefThumbnailSize">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Sets the size of the thumbnail that is stored in the document.
Common sizes are 128, 256 and 512</string>