Changed default layout settings.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-03-28 17:19:29 +03:00
parent 7328b207b7
commit e52fb734f0
2 changed files with 7 additions and 4 deletions

View File

@ -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">

View File

@ -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;
}
//---------------------------------------------------------------------------------------------------------------------