From cce1ee115347a781f24fb6605c6ef3c0b1ade40d Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 16 Oct 2005 07:32:11 +0000 Subject: [PATCH] config dialogs now can enable/disable widgets and dialog buttons. ok and 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 | 8 ++++---- data/themes/default_theme_about.edc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/data/themes/default_about.edc b/data/themes/default_about.edc index f8b4de3c2..e79fc9523 100644 --- a/data/themes/default_about.edc +++ b/data/themes/default_about.edc @@ -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"; } } } diff --git a/data/themes/default_theme_about.edc b/data/themes/default_theme_about.edc index c22e1b37a..d87f7344f 100644 --- a/data/themes/default_theme_about.edc +++ b/data/themes/default_theme_about.edc @@ -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"; } } }