Arch: minor cosmetic changes in Draft & Arch preferences pages

This commit is contained in:
Yorik van Havre
2016-12-03 12:50:18 -02:00
parent 400bd11715
commit 8fc41bd9dd
5 changed files with 406 additions and 13 deletions

View File

@@ -2690,7 +2690,7 @@ def clone(obj,delta=None):
linked copy of the given object. If the original object changes, the final object
changes too. Optionally, you can give a delta Vector to move the clone from the
original position.'''
prefix = getParam("ClonePrefix","Clone of")
prefix = getParam("ClonePrefix","")
if prefix:
prefix = prefix.strip()+" "
if not isinstance(obj,list):

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>487</width>
<height>474</height>
<height>489</height>
</rect>
</property>
<property name="windowTitle">
@@ -370,7 +370,7 @@ Values with differences below this value will be treated as same.</string>
<item>
<widget class="Gui::PrefLineEdit" name="lineEdit">
<property name="text">
<string>Clone of</string>
<string/>
</property>
<property name="prefEntry" stdset="0">
<cstring>ClonePrefix</cstring>