summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2018-06-14 18:10:28 +0000
committerMarc Jeanmougin <marc@jeanmougin.fr>2018-06-14 18:10:28 +0000
commit59ea4e5e66dd984c247d27eb17a44f504bf0e431 (patch)
tree48d2f74608620f473fa3b277f07d2009c1c48a79 /src/ui
parentCreate at least two radio buttons for a table. (diff)
parentIncorporate some of Mihaela's suggestions. (diff)
downloadinkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.tar.gz
inkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.zip
Merge branch 'patch-1' of gitlab.com:Moini/inkscape
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp
index ecf6204de..ee4082111 100644
--- a/src/ui/dialog/inkscape-preferences.cpp
+++ b/src/ui/dialog/inkscape-preferences.cpp
@@ -1476,7 +1476,7 @@ void InkscapePreferences::initPageRendering()
// rendering tile multiplier
_rendering_tile_multiplier.init("/options/rendering/tile-multiplier", 1.0, 512.0, 1.0, 16.0, 16.0, true, false);
_page_rendering.add_line( false, _("Rendering tile multiplier:"), _rendering_tile_multiplier, "",
- _("Set the relative size of tiles used to render the canvas. The larger the value, the bigger the tile size."), false);
+ _("On modern hardware, increasing this value (default is 16) can help to get a better performance when there are large areas with filtered objects (this includes blur and blend modes) in your drawing. Decrease the value to make zooming and panning in relevant areas faster on low-end hardware in drawings with few or no filters."), false);
/* blur quality */
_blur_quality_best.init ( _("Best quality (slowest)"), "/options/blurquality/value",