1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-31 11:02:35 +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

@@ -311,9 +311,9 @@
#define DEF_FRAME_THICKNESS 1 /* linewidth of the move/resize frame */
#define DEF_WINDOW_TITLE_EXTEND_SPACE 0
#define DEF_MENU_TITLE_EXTEND_SPACE 0
#define DEF_MENU_TEXT_EXTEND_SPACE 0
#define DEF_WINDOW_TITLE_EXTEND_SPACE "4"
#define DEF_MENU_TITLE_EXTEND_SPACE "4"
#define DEF_MENU_TEXT_EXTEND_SPACE "0"
#define DEF_XPM_CLOSENESS 40000
@@ -534,8 +534,6 @@
#define RESIZEBAR_MIN_WIDTH 20 /* min. width of handles-corner_width */
#define RESIZEBAR_CORNER_WIDTH 28 /* width of the corner of resizebars */
#define TITLEBAR_EXTRA_HEIGHT 8
#define MENU_INDICATOR_SPACE 12
/* minimum size for windows */