changed the default edge-snap distance from 0 to 4. This way new users will see that the option is there for them to change.

This commit is contained in:
Dana Jansens 2002-04-11 06:59:34 +00:00
parent 6ea740cd0e
commit e532e9576b

View file

@ -1509,7 +1509,7 @@ void Openbox::load_rc(BScreen *screen) {
if (config.getValue(name_lookup, class_lookup, l))
screen->saveEdgeSnapThreshold(l);
else
screen->saveEdgeSnapThreshold(0);
screen->saveEdgeSnapThreshold(4);
sprintf(name_lookup, "session.screen%d.imageDither", screen_number);
sprintf(class_lookup, "Session.Screen%d.ImageDither", screen_number);