mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-25 08:45:46 +01:00
- Changed fallback font to 'sans serif:pixelsize=12'
- Fixed convertfonts to account for $LANG - Fixed convertfonts logic a bit and no longer output slant and weight if they are the default ones (medium and roman) - Applied Pascal's fix for GNUstep menus (modified to also include submenus) Still this is not the proper fix, as it can't differentiate between submenus and other windows at the floating window level. Correct fix needs some extra hints to be set by GNUstep on menus.
This commit is contained in:
@@ -61,8 +61,8 @@ extern Panel *InitAppearance(WMScreen *scr, WMWidget *parent);
|
||||
|
||||
|
||||
|
||||
#define ICON_TITLE_FONT "sans:pixelsize=9"
|
||||
#define ICON_TITLE_VFONT "sans:pixelsize=9:weight=100"
|
||||
#define ICON_TITLE_FONT "sans serif:pixelsize=9"
|
||||
#define ICON_TITLE_VFONT "sans serif:pixelsize=9:weight=100"
|
||||
|
||||
|
||||
#define MAX_SECTIONS 16
|
||||
|
||||
Reference in New Issue
Block a user