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