diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ViewStyle.cxx | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/src/ViewStyle.cxx b/src/ViewStyle.cxx index e28e11ed8..7ac4c61e6 100644 --- a/src/ViewStyle.cxx +++ b/src/ViewStyle.cxx @@ -148,9 +148,7 @@ void ViewStyle::Init() {  	ms[1].width = 16;  	ms[1].mask = ~SC_MASK_FOLDERS;  	ms[2].symbol = true; -	ms[2].width = 14;	// Nice width for arrows -	ms[2].mask = SC_MASK_FOLDERS; -	ms[2].width = 0;	// Nice width for arrows +	ms[2].width = 0;  	ms[2].mask = 0;  	fixedColumnWidth = leftMarginWidth;  	symbolMargin = false; | 
