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:
parent
6ea740cd0e
commit
e532e9576b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue