prettier dialog

SVN revision: 16768
This commit is contained in:
Carsten Haitzler 2005-09-19 13:08:17 +00:00
parent f659f05b55
commit 039595690b
4 changed files with 27 additions and 4 deletions

View File

@ -1,9 +1,10 @@
images {
image: "e17_menu_bg.png" COMP;
image: "e17_winlist_top.png" COMP;
// image: "e17_winlist_top.png" COMP;
image: "e17_winlist_bottom.png" COMP;
image: "e17_button2.png" COMP;
image: "e17_button.png" COMP;
image: "e17_dialog_watermark.png" COMP;
}
styles
@ -38,6 +39,27 @@ group {
color: 221 221 221 255;
}
}
part {
name: "base2";
mouse_events: 0;
description {
state: "default" 0.0;
min: 200 138;
max: 200 138;
align: 1.0 1.0;
rel1 {
relative: 1.0 1.0;
offset: -1 -1;
}
rel2 {
relative: 1.0 1.0;
offset: -1 -1;
}
image {
normal: "e17_dialog_watermark.png";
}
}
}
/*
part {
name: "base2";
@ -147,6 +169,7 @@ group {
}
}
}
*/
part {
name: "bottom";
mouse_events: 0;
@ -170,7 +193,6 @@ group {
}
}
}
*/
part {
name: "buttons_swallow";
type: SWALLOW;

View File

@ -312,4 +312,5 @@ e17_icon_theme_glow_0.png \
e17_icon_windows.png \
e17_icon_lost_windows.png \
e17_pointer.png \
e17_pointer_mono.png
e17_pointer_mono.png \
e17_dialog_watermark.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.2 KiB

View File

@ -905,7 +905,7 @@ ACT_FN_GO(exit)
"<br>"
"Are you sure you want to exit?"
));
e_dialog_icon_set(dia, "enlightenment/exit", 32);
e_dialog_icon_set(dia, "enlightenment/exit", 64);
e_dialog_button_add(dia, _("Yes"), NULL, _e_actions_cb_exit_dialog_ok, NULL);
e_dialog_button_add(dia, _("No"), NULL, NULL, NULL);
e_win_centered_set(dia->win, 1);