Browse Source

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

adjusting.
master
freesource 24 years ago
parent
commit
c552aa2674
  1. 16
      gbootrootrc

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

Loading…
Cancel
Save