PartDesign: [skip ci] revert TabFocus policy for spinbox in Thickness panel

When clicking on the spinbox it won't get the focus and thus it's not possible to override the content with the keyboard.
The user has to actively press the Tab button in order to set the focus to the spinbox before he can override the content.
This is a very annoying behaviour and it's a regression caused by b01ebbc01
This commit is contained in:
wmayer
2020-07-06 14:46:24 +02:00
parent 6982b52d00
commit 0441478d49

View File

@@ -68,9 +68,6 @@ click again to end selection</string>
</item>
<item row="0" column="1">
<widget class="Gui::QuantitySpinBox" name="Value">
<property name="focusPolicy">
<enum>Qt::TabFocus</enum>
</property>
<property name="keyboardTracking">
<bool>false</bool>
</property>