config: change default CSD button width from 22 -> 26

This commit is contained in:
Daniel Eklöf 2020-03-06 19:11:31 +01:00
parent a78cca74a0
commit 27ef5b472a
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 3 additions and 3 deletions

View file

@ -623,7 +623,7 @@ config_load(struct config *conf, const char *conf_path)
.preferred = CONF_CSD_PREFER_SERVER,
.title_height = 26,
.border_width = 5,
.button_width = 22,
.button_width = 26,
},
.render_worker_count = sysconf(_SC_NPROCESSORS_ONLN),