diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 | ||||
-rw-r--r-- | perl-install/share/themes-marble3d.rc | 14 | ||||
-rw-r--r-- | perl-install/share/themes/blueHeart-button_def.png | bin | 0 -> 2735 bytes | |||
-rw-r--r-- | perl-install/share/themes/marble3d-bg1.png | bin | 0 -> 9693 bytes | |||
-rw-r--r-- | perl-install/share/themes/marble3d-button1.png | bin | 0 -> 3454 bytes | |||
-rw-r--r-- | perl-install/share/themes/marble3d-button2.png | bin | 0 -> 3840 bytes | |||
-rw-r--r-- | perl-install/share/themes/marble3d-button4.png | bin | 0 -> 2936 bytes | |||
-rw-r--r-- | perl-install/share/themes/marble3d-button_def.png | bin | 0 -> 4888 bytes |
8 files changed, 8 insertions, 8 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 9de2f57b6..2984950a2 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -174,7 +174,7 @@ stage2: $(SUDO) cp -a $(DEST)/* $(STAGE2TMP) $(SUDO) umount /mnt/stage2 ; true - dd if=/dev/zero of=$(STAGE2) bs=1M count=14 + dd if=/dev/zero of=$(STAGE2) bs=1M count=15 $(MKE2FS) -N 1000 $(STAGE2) $(SUDO) mount -t ext2 $(STAGE2) /mnt/stage2 -o loop diff --git a/perl-install/share/themes-marble3d.rc b/perl-install/share/themes-marble3d.rc index ec9bcd788..fd2b48b74 100644 --- a/perl-install/share/themes-marble3d.rc +++ b/perl-install/share/themes-marble3d.rc @@ -9,7 +9,7 @@ style "button" state = NORMAL detail = "buttondefault" shadow = IN - file = "marble3d-button_def.xpm" + file = "marble3d-button_def.png" border = { 9, 9, 9, 9 } stretch = TRUE } @@ -19,7 +19,7 @@ style "button" recolorable = TRUE state = NORMAL shadow = OUT - file = "marble3d-button1.xpm" + file = "marble3d-button1.png" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -29,7 +29,7 @@ style "button" recolorable = TRUE state = PRELIGHT shadow = OUT - file = "marble3d-button2.xpm" + file = "marble3d-button2.png" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -39,7 +39,7 @@ style "button" recolorable = TRUE state = NORMAL shadow = IN - file = "marble3d-button4.xpm" + file = "marble3d-button4.png" border = { 2, 2, 2, 2 } stretch = TRUE } @@ -49,7 +49,7 @@ style "button" recolorable = TRUE state = SELECTED shadow = IN - file = "marble3d-button4.xpm" + file = "marble3d-button4.png" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -59,7 +59,7 @@ style "button" recolorable = TRUE state = ACTIVE shadow = IN - file = "marble3d-button4.xpm" + file = "marble3d-button4.png" border = { 3, 3, 3, 3 } stretch = TRUE } @@ -73,7 +73,7 @@ style "window" { function = FLAT_BOX recolorable = TRUE - file = "marble3d-bg1.xpm" + file = "marble3d-bg1.png" stretch = FALSE } } diff --git a/perl-install/share/themes/blueHeart-button_def.png b/perl-install/share/themes/blueHeart-button_def.png Binary files differnew file mode 100644 index 000000000..b35781416 --- /dev/null +++ b/perl-install/share/themes/blueHeart-button_def.png diff --git a/perl-install/share/themes/marble3d-bg1.png b/perl-install/share/themes/marble3d-bg1.png Binary files differnew file mode 100644 index 000000000..b4e1afd66 --- /dev/null +++ b/perl-install/share/themes/marble3d-bg1.png diff --git a/perl-install/share/themes/marble3d-button1.png b/perl-install/share/themes/marble3d-button1.png Binary files differnew file mode 100644 index 000000000..9119ac89c --- /dev/null +++ b/perl-install/share/themes/marble3d-button1.png diff --git a/perl-install/share/themes/marble3d-button2.png b/perl-install/share/themes/marble3d-button2.png Binary files differnew file mode 100644 index 000000000..70696538c --- /dev/null +++ b/perl-install/share/themes/marble3d-button2.png diff --git a/perl-install/share/themes/marble3d-button4.png b/perl-install/share/themes/marble3d-button4.png Binary files differnew file mode 100644 index 000000000..7b6aae23a --- /dev/null +++ b/perl-install/share/themes/marble3d-button4.png diff --git a/perl-install/share/themes/marble3d-button_def.png b/perl-install/share/themes/marble3d-button_def.png Binary files differnew file mode 100644 index 000000000..4bd67d0d9 --- /dev/null +++ b/perl-install/share/themes/marble3d-button_def.png |