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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user