From c552aa26741a8fa3adb0b6b59e733de187b2da1d Mon Sep 17 00:00:00 2001 From: freesource Date: Tue, 9 Jan 2001 23:35:36 +0000 Subject: [PATCH] * I set it to a font size I like, in the future will add automatic adjusting. --- gbootrootrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gbootrootrc b/gbootrootrc index c98b678..b240e0d 100644 --- a/gbootrootrc +++ b/gbootrootrc @@ -15,12 +15,12 @@ pixmap_path "." style "default" { # fontset = "-adobe-helvetica-medium-r-normal--*-120-*-*-*-*-*-*,*" - font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*" } style "window" { - font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*" } style "scale" @@ -38,16 +38,16 @@ style "button" # we set all the buttons in the main window to be blue by default style 'main_buttons' = 'button' { - font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*" # bg[PRELIGHT] = { 0, 0, 0.75 } - bg[PRELIGHT] = { 0, 0.75, 0x00 } +# bg[PRELIGHT] = { 0, 0.75, 0x00 } } style "toggle_button" = "button" { - fg[NORMAL] = { 1.0, 0, 0 } - fg[ACTIVE] = { 1.0, 0, 0 } +# fg[NORMAL] = { 1.0, 0, 0 } +# fg[ACTIVE] = { 1.0, 0, 0 } bg_pixmap[NORMAL] = "" } @@ -66,9 +66,9 @@ style "ruler" style 'main_entry' = 'entry' { - font = "-adobe-helvetica-medium-r-normal--*-80-*-*-*-*-*-*" + font = "-adobe-helvetica-medium-r-normal--*-85-*-*-*-*-*-*" # bg[PRELIGHT] = { 0, 0, 0.75 } - bg[PRELIGHT] = { 0, 0.75, 0x00 } +# bg[PRELIGHT] = { 0, 0.75, 0x00 } }