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

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

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

style "stepsReachable"
{
}

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