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";
|
SystemFont = "Sans";
|
||||||
BoldSystemFont = "Trebuchet MS,Luxi Sans:bold";
|
BoldSystemFont = "Sans:bold";
|
||||||
DefaultFontSize = 11;
|
DefaultFontSize = 11;
|
||||||
AntialiasedText = Yes;
|
AntialiasedText = Yes;
|
||||||
FloppyPath = "/floppy";
|
FloppyPath = "/floppy";
|
||||||
|
|||||||
@@ -104,13 +104,13 @@
|
|||||||
ConstrainWindowSize = NO;
|
ConstrainWindowSize = NO;
|
||||||
ClipRaiseLowerKey = None;
|
ClipRaiseLowerKey = None;
|
||||||
TitleJustify = center;
|
TitleJustify = center;
|
||||||
WindowTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
|
WindowTitleFont = "Sans:bold:pixelsize=12";
|
||||||
MenuTitleFont = "Trebuchet MS,Luxi Sans:bold:pixelsize=12";
|
MenuTitleFont = "Sans:bold:pixelsize=12";
|
||||||
MenuTextFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
|
MenuTextFont = "Sans:pixelsize=12";
|
||||||
IconTitleFont = "Arial,Luxi Sans:pixelsize=9";
|
IconTitleFont = "Sans:pixelsize=9";
|
||||||
ClipTitleFont = "Verdana:bold:pixelsize=10";
|
ClipTitleFont = "Sans:bold:pixelsize=10";
|
||||||
DisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=12";
|
DisplayFont = "Sans:pixelsize=12";
|
||||||
LargeDisplayFont = "Trebuchet MS,Luxi Sans:pixelsize=24";
|
LargeDisplayFont = "Sans:pixelsize=24";
|
||||||
HighlightColor = white;
|
HighlightColor = white;
|
||||||
HighlightTextColor = black;
|
HighlightTextColor = black;
|
||||||
ClipTitleColor = black;
|
ClipTitleColor = black;
|
||||||
|
|||||||
Reference in New Issue
Block a user