Change default line width.
This commit is contained in:
parent
09cf8257d6
commit
e68e44c24b
|
@ -354,6 +354,9 @@
|
||||||
<property name="maximum">
|
<property name="maximum">
|
||||||
<number>10</number>
|
<number>10</number>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="value">
|
||||||
|
<number>3</number>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
|
|
|
@ -326,7 +326,7 @@ auto VPSettings::GetLayoutLineWidth() const -> int
|
||||||
{
|
{
|
||||||
if (cachedLineWidth == -1)
|
if (cachedLineWidth == -1)
|
||||||
{
|
{
|
||||||
cachedLineWidth = qvariant_cast<int>(value(*settingLayoutLineWidth, 1));
|
cachedLineWidth = qvariant_cast<int>(value(*settingLayoutLineWidth, 3));
|
||||||
}
|
}
|
||||||
|
|
||||||
return cachedLineWidth;
|
return cachedLineWidth;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user