Changed default layout settings.
--HG-- branch : develop
This commit is contained in:
parent
7328b207b7
commit
e52fb734f0
|
@ -6,7 +6,7 @@
|
|||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>623</width>
|
||||
<width>632</width>
|
||||
<height>531</height>
|
||||
</rect>
|
||||
</property>
|
||||
|
@ -338,7 +338,7 @@
|
|||
<double>99999.990000000005239</double>
|
||||
</property>
|
||||
<property name="value">
|
||||
<double>10.000000000000000</double>
|
||||
<double>0.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -376,6 +376,9 @@
|
|||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_3">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_2">
|
||||
|
|
|
@ -323,7 +323,7 @@ qreal VSettings::GetLayoutShift() const
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
qreal VSettings::GetDefLayoutShift()
|
||||
{
|
||||
return UnitConvertor(50, Unit::Mm, Unit::Px);
|
||||
return 0;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
@ -447,7 +447,7 @@ bool VSettings::GetLayoutRotate() const
|
|||
//---------------------------------------------------------------------------------------------------------------------
|
||||
bool VSettings::GetDefLayoutRotate()
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user