mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Christian Helmuth
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", [&] () { });
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user