[TD]add style options for broken view
This commit is contained in:
@@ -502,6 +502,11 @@ int Preferences::HiddenLineStyle()
|
||||
return getPreferenceGroup("Decorations")->GetInt("LineStyleHidden", 1) + 1;
|
||||
}
|
||||
|
||||
int Preferences::BreakLineStyle()
|
||||
{
|
||||
return getPreferenceGroup("Decorations")->GetInt("LineStyleBreak", 0) + 1;
|
||||
}
|
||||
|
||||
int Preferences::LineSpacingISO()
|
||||
{
|
||||
return getPreferenceGroup("Dimensions")->GetInt("LineSpacingFactorISO", 2);
|
||||
@@ -578,5 +583,9 @@ bool Preferences::useExactMatchOnDims()
|
||||
return getPreferenceGroup("Dimensions")->GetBool("UseMatcher", true);
|
||||
}
|
||||
|
||||
int Preferences::BreakType()
|
||||
{
|
||||
return getPreferenceGroup("Decorations")->GetInt("BreakType", 2);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user