File diff r28773:0150d0acc334 → r28774:da9fc2859d5c
src/settings_type.h
Show inline comments
 
@@ -222,6 +222,8 @@ struct GUISettings {
 

	
 
	bool   scale_bevels;                     ///< bevels are scaled with GUI scale.
 

	
 
	std::string number_format; ///< formatting string for numbers (like "thousands" grouping)
 
	std::string number_abbreviations; ///< mapping to number formats for different powers of ten/thresholds
 
	std::string digit_decimal_separator; ///< decimal separator
 

	
 
	/**