summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
blob: b86a22c29500a7e544118ea1b3e581def161d459 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
style "default-font" 
{
  fontset = "-*-*-medium-r-normal-*-12-*-*-*-*-*-iso8859-15"
}

style "small-font"
{
  fontset = "-*-*-medium-r-normal-*-8-*-*-*-*-*-iso8859-15"
}

style "logo" = "background"
{
  # no background image
  engine "pixmap" { image { function = FLAT_BOX } }
}

widget "*" style "default-font"
widget "Steps" style "steps"
widget "*Steps*" style "small-font"
widget "*logo*" style "logo"