mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
Less strict font requirements
Fixes bug: https://bugzilla.novell.com/show_bug.cgi?id=154758
This commit is contained in:
committed by
Carlos R. Mafra
parent
e113ec10c9
commit
21b5df494b
@@ -1,6 +1,6 @@
|
||||
{
|
||||
SystemFont = "Trebuchet MS,Luxi Sans";
|
||||
BoldSystemFont = "Trebuchet MS,Luxi Sans:bold";
|
||||
SystemFont = "Sans";
|
||||
BoldSystemFont = "Sans:bold";
|
||||
DefaultFontSize = 11;
|
||||
AntialiasedText = Yes;
|
||||
FloppyPath = "/floppy";
|
||||
|
||||
@@ -104,13 +104,13 @@
|
||||
ConstrainWindowSize = NO;
|
||||
ClipRaiseLowerKey = None;
|
||||
TitleJustify = center;
|
||||
WindowTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
|
||||
MenuTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
|
||||
MenuTextFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
|
||||
IconTitleFont = "Arial,Luxi Sans:pixelsize=9";
|
||||
ClipTitleFont = "Verdana:bold:pixelsize=10";
|
||||
DisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
|
||||
LargeDisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=24";
|
||||
WindowTitleFont = "Sans:bold:pixelsize=12";
|
||||
MenuTitleFont = "Sans:bold:pixelsize=12";
|
||||
MenuTextFont = "Sans:pixelsize=12";
|
||||
IconTitleFont = "Sans:pixelsize=9";
|
||||
ClipTitleFont = "Sans:bold:pixelsize=10";
|
||||
DisplayFont = "Sans:pixelsize=12";
|
||||
LargeDisplayFont = "Sans:pixelsize=24";
|
||||
HighlightColor = white;
|
||||
HighlightTextColor = black;
|
||||
ClipTitleColor = black;
|
||||
|
||||
Reference in New Issue
Block a user