If only icon is used in a button, it prints error message regarding fixed 1 1;
This resolved the problem.
text_class: "button";
}
visible: 0;
+ fixed: 1 1;
}
desc { "visible";
inherit: "default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
desc { "textonly";
inherit: "default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
desc { "disabled_visible";
inherit: "default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
desc { "disabled_textonly";
inherit: "default";
text.min: 1 1;
text.ellipsis: -1;
visible: 1;
+ fixed: 0 0;
}
}
rect { "event";