mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
touch_keyboard: minor UI tweaks
Remove diagnostic message, remove vertical spacers between buttons.
This commit is contained in:
parent
7b15cce099
commit
b3a9a2eb4e
@ -313,7 +313,6 @@ struct Touch_keyboard::Main : Sandbox::Local_service_base::Wakeup,
|
||||
_layout.sigh(_config_handler);
|
||||
_handle_config();
|
||||
_update_sandbox_config();
|
||||
log("Customized touch_keyboard_dialog opaque=", _opaque);
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -53,11 +53,6 @@ void Dialog::produce_xml(Xml_generator &xml)
|
||||
});
|
||||
});
|
||||
});
|
||||
xml.node("label", [&] () {
|
||||
xml.attribute("name", "spacer");
|
||||
xml.attribute("font", "annotation/regular");
|
||||
xml.attribute("text", "");
|
||||
});
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user