1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 08:33:24 -05:00

* I set it to a font size I like, in the future will add automatic

adjusting.
This commit is contained in:
freesource 2001-01-09 23:35:36 +00:00
parent f23a07a057
commit c552aa2674

View File

@ -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] = "<parent>"
}
@ -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 }
}