config dialogs now can enable/disable widgets and dialog buttons. ok and
authorCarsten Haitzler <raster@rasterman.com>
Sun, 16 Oct 2005 07:32:11 +0000 (07:32 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 16 Oct 2005 07:32:11 +0000 (07:32 +0000)
apply are disabeld until a change is made - then they get enabled until u
apply (or ok) then they disable again until u change things again etc.

SVN revision: 17597

data/themes/default_about.edc
data/themes/default_theme_about.edc

index f8b4de3c208bf3f7270eb25d91942295dda7b42f..e79fc9523db8b1496b78997cf2794c9c2584c72f 100644 (file)
@@ -1,7 +1,7 @@
 images {
    image: "e17_menu_bg_border.png" COMP;
-   image: "e17_button2.png" COMP;
-   image: "e17_button.png" COMP;
+   image: "e17_button_sm.png" COMP;
+   image: "e17_button_sm2.png" COMP;
    image: "e17_dialog_watermark.png" COMP;
    image: "e17_about_bg_v.png" COMP;
    image: "e17_about_over_v.png" COMP;
@@ -486,7 +486,7 @@ group {
               offset:   0    -7;
            }
            image {
-              normal: "e17_button.png";
+              normal: "e17_button_sm.png";
               border: 8 8 8 8;
            }
         }
@@ -494,7 +494,7 @@ group {
            state:    "clicked" 0.0;
            inherit:  "default" 0.0;
            image {
-              normal: "e17_button2.png";
+              normal: "e17_button_sm2.png";
            }
         }
       }
index c22e1b37aef551b17094ec1ba9bde9629c110ca8..d87f7344f784bfd94d6dac51c237ebee7ebb0359 100644 (file)
@@ -1,6 +1,6 @@
 images {
-   image: "e17_button2.png" COMP;
-   image: "e17_button.png" COMP;
+   image: "e17_button_sm.png" COMP;
+   image: "e17_button_sm2.png" COMP;
    image: "e17_logo.png" COMP;
    image: "e17_about_sky0.png" LOSSY 70;
    image: "e17_about_sky1.png" LOSSY 70;
@@ -262,7 +262,7 @@ group {
               offset:   -7    -7;
            }
            image {
-              normal: "e17_button.png";
+              normal: "e17_button_sm.png";
               border: 8 8 8 8;
            }
         }
@@ -270,7 +270,7 @@ group {
            state:    "clicked" 0.0;
            inherit:  "default" 0.0;
            image {
-              normal: "e17_button2.png";
+              normal: "e17_button_sm2.png";
            }
         }
       }