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> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>623</width> <width>632</width>
<height>531</height> <height>531</height>
</rect> </rect>
</property> </property>
@ -338,7 +338,7 @@
<double>99999.990000000005239</double> <double>99999.990000000005239</double>
</property> </property>
<property name="value"> <property name="value">
<double>10.000000000000000</double> <double>0.000000000000000</double>
</property> </property>
</widget> </widget>
</item> </item>
@ -376,6 +376,9 @@
<property name="checkable"> <property name="checkable">
<bool>true</bool> <bool>true</bool>
</property> </property>
<property name="checked">
<bool>false</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3"> <layout class="QHBoxLayout" name="horizontalLayout_3">
<item> <item>
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">

View File

@ -323,7 +323,7 @@ qreal VSettings::GetLayoutShift() const
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
qreal VSettings::GetDefLayoutShift() qreal VSettings::GetDefLayoutShift()
{ {
return UnitConvertor(50, Unit::Mm, Unit::Px); return 0;
} }
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
@ -447,7 +447,7 @@ bool VSettings::GetLayoutRotate() const
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------
bool VSettings::GetDefLayoutRotate() bool VSettings::GetDefLayoutRotate()
{ {
return true; return false;
} }
//--------------------------------------------------------------------------------------------------------------------- //---------------------------------------------------------------------------------------------------------------------