diff options
author | joe <rbo@gmx.us> | 2025-10-01 14:33:45 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-01 14:33:45 +0200 |
commit | 84d09a408920ce9d3916aaa3d4be36636aa56280 (patch) | |
tree | 0c1b34aae045c971da0f9139df7f9501f7ab4263 | |
parent | up (diff) | |
download | herbe-84d09a408920ce9d3916aaa3d4be36636aa56280.tar.gz herbe-84d09a408920ce9d3916aaa3d4be36636aa56280.tar.bz2 herbe-84d09a408920ce9d3916aaa3d4be36636aa56280.tar.xz herbe-84d09a408920ce9d3916aaa3d4be36636aa56280.tar.zst herbe-84d09a408920ce9d3916aaa3d4be36636aa56280.zip |
2
-rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 1f47e3e..f45c8ec 100644 --- a/config.def.h +++ b/config.def.h @@ -7,7 +7,7 @@ static const unsigned int padding = 15; static const int use_primary_monitor = 1; static const unsigned int width = 400; -static const unsigned int border_size = 3; +static const unsigned int border_size = 2; static const unsigned int pos_x = 0; static const unsigned int pos_y = 0; |