Arch: minor cosmetic changes in Draft & Arch preferences pages
This commit is contained in:
@@ -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):
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user