summaryrefslogtreecommitdiffstats
path: root/perl-install/share/install.rc
blob: 84c264a4be6f1600a2d27e97b062d967a52bb197 (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
27
style "default-font" 
{
  fontset = "-*-*-medium-r-normal-*-10-*-*-*-*-*-iso8859-15"
}

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

style "logo"
{
  bg[NORMAL] = { 1.0, 1.0, 1.0 }

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

style "stepsReachable"
{
}

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