Initialize default window border width retina-correctly

This commit is contained in:
Michael Stapelberg 2014-04-26 17:18:21 +02:00
parent c79c49f69d
commit bff72d653d
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ void load_configuration(xcb_connection_t *conn, const char *override_configpath,
config.default_border = BS_NORMAL;
config.default_floating_border = BS_NORMAL;
config.default_border_width = 2;
config.default_border_width = logical_px(2);
/* Set default_orientation to NO_ORIENTATION for auto orientation. */
config.default_orientation = NO_ORIENTATION;