1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-20 04:48:06 +01:00

remove default for titlebar_extend_space ( I've removed it so I am not

sure what I just removed ) and change to

#define DEF_WINDOW_TITLE_EXTEND_SPACE "4"
#define DEF_MENU_TITLE_EXTEND_SPACE "4"
#define DEF_MENU_TEXT_EXTEND_SPACE "0"
This commit is contained in:
id
2000-02-24 22:31:00 +00:00
parent 08e7220dfe
commit 2f9eb0703b
4 changed files with 12 additions and 14 deletions

View File

@@ -553,7 +553,7 @@ PlaceWindow(WWindow *wwin, int *x_ret, int *y_ret,
unsigned width, unsigned height)
{
WScreen *scr = wwin->screen_ptr;
int h = WMFontHeight(scr->title_font) + TITLEBAR_EXTRA_HEIGHT;
int h = WMFontHeight(scr->title_font) + wPreferences.window_title_clearance * 2;
switch (wPreferences.window_placement) {
case WPM_MANUAL: