CVS commit by ossi: make default font size match kde default M +7 -7 genkdmconf.c 1.43.2.6 M +4 -4 kdm_config.c 1.31.2.2 --- kdebase/kdm/kfrontend/genkdmconf.c #1.43.2.5:1.43.2.6 @@ -1927,9 +1927,9 @@ static Ent entsGreeter[] = { "# Default is \"Welcome to %s at %n\"\n" }, { "GreetFont", 0, 0, -"# The font for the headline. Default is charter,24,bold\n" }, +"# The font for the headline. Default is charter,20,bold\n" }, { "StdFont", 0, 0, -"# The normal font used in the greeter. Default is helvetica,12\n" }, +"# The normal font used in the greeter. Default is helvetica,10\n" }, { "FailFont", 0, 0, -"# The font used for the \"Login Failed\" message. Default is helvetica,12,bold\n" }, +"# The font used for the \"Login Failed\" message. Default is helvetica,10,bold\n" }, { "AntiAliasing", 0, 0, "# Whether the fonts shown in the greeter should be antialiased. Default is false\n" }, @@ -2140,7 +2140,7 @@ static DEnt dEntsAnyGreeter[] = { { "GreeterPosY", "100", 0 }, { "GreetString", "K Desktop Environment (%n)", 0 }, -{ "GreetFont", "charter,24,5,0,50,0", 0 }, -{ "StdFont", "helvetica,12,5,0,50,0", 0 }, -{ "FailFont", "helvetica,12,5,0,75,0", 0 }, +{ "GreetFont", "charter,20,5,0,50,0", 0 }, +{ "StdFont", "helvetica,10,5,0,50,0", 0 }, +{ "FailFont", "helvetica,10,5,0,75,0", 0 }, { "AntiAliasing", "true", 0 }, { "NumLock", "Off", 0 }, --- kdebase/kdm/kfrontend/kdm_config.c #1.31.2.1:1.31.2.2 @@ -539,8 +539,8 @@ Ent entsGreeter[] = { { "GreeterPosY", C_GreeterPosY, 0, "0" }, { "GreeterScreen", C_GreeterScreen, 0, "0" }, -{ "StdFont", C_StdFont, 0, "helvetica,12,5,0,50,0" }, -{ "FailFont", C_FailFont, 0, "helvetica,12,5,0,75,0" }, +{ "StdFont", C_StdFont, 0, "helvetica,10,5,0,50,0" }, +{ "FailFont", C_FailFont, 0, "helvetica,10,5,0,75,0" }, { "GreetString", C_GreetString, 0, "Welcome to %s at %n" }, -{ "GreetFont", C_GreetFont, 0, "charter,24,5,0,50,0" }, +{ "GreetFont", C_GreetFont, 0, "charter,20,5,0,50,0" }, { "AntiAliasing", C_AntiAliasing | C_BOOL,0, "false" }, { "NumLock", C_NumLock | C_ENUM, numlock, "Keep" },