Pref: General: The 'recent file' spinbox was very far away from the name.

And the name missed ':' as others settings.
This commit is contained in:
Paddle
2023-04-13 16:59:43 +02:00
parent 68c76ace3a
commit b070b2f57c

View File

@@ -231,7 +231,23 @@ dot/period will always be printed.</string>
<item>
<widget class="QLabel" name="recentFileListLabel">
<property name="text">
<string>Size of recent file list</string>
<string>Size of recent file list:</string>
</property>
</widget>
</item>
<item>
<widget class="Gui::PrefSpinBox" name="RecentFiles">
<property name="toolTip">
<string>How many files should be listed in recent files list</string>
</property>
<property name="value">
<number>4</number>
</property>
<property name="prefEntry" stdset="0">
<cstring>RecentFiles</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>RecentFiles</cstring>
</property>
</widget>
</item>
@@ -251,22 +267,6 @@ dot/period will always be printed.</string>
</property>
</spacer>
</item>
<item>
<widget class="Gui::PrefSpinBox" name="RecentFiles">
<property name="toolTip">
<string>How many files should be listed in recent files list</string>
</property>
<property name="value">
<number>4</number>
</property>
<property name="prefEntry" stdset="0">
<cstring>RecentFiles</cstring>
</property>
<property name="prefPath" stdset="0">
<cstring>RecentFiles</cstring>
</property>
</widget>
</item>
</layout>
</item>
<item>