Skip to content

Commit ee3506c

Browse files
committed
CSSTUDIO-3555 Fix default value of the setting 'org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor'.
1 parent b60bc38 commit ee3506c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/display/model/src/main/resources/display_model_preferences.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ enable_saved_on_comments=false
9595
# increase in memory consumption. E.g., by setting the SVG rendering resolution factor to 2.0, an
9696
# SVG can be rendered at twice the width and twice the height, but the memory required to
9797
# represent the image grows by a factor of four.
98-
org.csstudio.display.builder.model/enable_svg_rendering_resolution_factor=false
98+
enable_svg_rendering_resolution_factor=false

0 commit comments

Comments
 (0)