mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
0b36d81c0c
commit
ad847d0543
@ -123,10 +123,12 @@ struct Sculpt::File_browser_dialog : Noncopyable, Dialog
|
||||
|
||||
xml.node("hbox", [&] () {
|
||||
if (!_state.modified) {
|
||||
gen_named_node(xml, "button", "button", [&] () {
|
||||
xml.attribute("style", "back");
|
||||
_entry.gen_hovered_attr(xml, "back");
|
||||
xml.node("hbox", [&] () { });
|
||||
gen_named_node(xml, "float", "button", [&] () {
|
||||
gen_named_node(xml, "button", "button", [&] () {
|
||||
xml.attribute("style", "back");
|
||||
_entry.gen_hovered_attr(xml, "back");
|
||||
xml.node("hbox", [&] () { });
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user