Combos work now, fix popup placement, move burn image gui stuff into its own file.
This commit is contained in:
@ -106,6 +106,13 @@ group {
|
||||
after: "focus_set";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "signal_emit";
|
||||
signal: "mouse,clicked,1";
|
||||
action: SIGNAL_EMIT "clicked" "ecdb";
|
||||
source: "*";
|
||||
}
|
||||
|
||||
program {
|
||||
name: "focus_in,ecdb";
|
||||
action: STATE_SET "focused" 0.0;
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* vim: set sw=3 ts=3 sts=3 expandtab: */
|
||||
group {
|
||||
name: "ecdb/window";
|
||||
min: 640 350;
|
||||
min: 640 360;
|
||||
|
||||
parts {
|
||||
part {
|
||||
@ -10,7 +10,7 @@ group {
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
min: 640 350;
|
||||
min: 640 360;
|
||||
max: 999999 999999;
|
||||
|
||||
rel1 {
|
||||
|
Reference in New Issue
Block a user