diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/themes-marble3d.rc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc index ea9bc22d5..b09e4eba9 100644 --- a/perl-install/share/themes-marble3d.rc +++ b/perl-install/share/themes-marble3d.rc @@ -18,6 +18,22 @@ style "checkradiobutton" { } image { + function = OPTION + recolorable = TRUE + shadow = OUT + overlay_file = "marble3d-check1.png" + overlay_stretch = FALSE + } + image + { + function = OPTION + recolorable = TRUE + shadow = IN + overlay_file = "marble3d-check2.png" + overlay_stretch = FALSE + } + image + { function = FOCUS recolorable = TRUE overlay_file = "focus.png" |