Clean ups, abstract the widgets a bit, and don't segfault when not finding an unsuitable write mode.
This commit is contained in:
@ -215,7 +215,7 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "label";
|
||||
name: "ecdb.label";
|
||||
type: TEXT;
|
||||
mouse_events: 1;
|
||||
|
||||
@ -226,16 +226,16 @@ group {
|
||||
fixed: 1 1;
|
||||
|
||||
rel1 {
|
||||
to: "icon";
|
||||
to: "ecdb.swallow.icon";
|
||||
offset: 40 0;
|
||||
}
|
||||
|
||||
rel2 {
|
||||
to: "icon";
|
||||
to: "ecdb.swallow.icon";
|
||||
}
|
||||
|
||||
text {
|
||||
text: "Burn Audio CD";
|
||||
text: "";
|
||||
font: "ecdb/default";
|
||||
min: 1 1;
|
||||
size: 11;
|
||||
@ -245,7 +245,7 @@ group {
|
||||
}
|
||||
|
||||
part {
|
||||
name: "icon";
|
||||
name: "ecdb.swallow.icon";
|
||||
type: SWALLOW;
|
||||
mouse_events: 1;
|
||||
|
||||
|
Reference in New Issue
Block a user