mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-23 15:32:25 +00:00
parent
0b36d81c0c
commit
ad847d0543
@ -123,11 +123,13 @@ struct Sculpt::File_browser_dialog : Noncopyable, Dialog
|
||||
|
||||
xml.node("hbox", [&] () {
|
||||
if (!_state.modified) {
|
||||
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", [&] () { });
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
_gen_path_elements(xml);
|
||||
|
Loading…
Reference in New Issue
Block a user