touch_keyboard: minor UI tweaks

Remove diagnostic message, remove vertical spacers between buttons.
This commit is contained in:
Norman Feske 2023-10-18 16:03:46 +02:00 committed by Christian Helmuth
parent 7b15cce099
commit b3a9a2eb4e
2 changed files with 0 additions and 6 deletions

View File

@ -313,7 +313,6 @@ struct Touch_keyboard::Main : Sandbox::Local_service_base::Wakeup,
_layout.sigh(_config_handler); _layout.sigh(_config_handler);
_handle_config(); _handle_config();
_update_sandbox_config(); _update_sandbox_config();
log("Customized touch_keyboard_dialog opaque=", _opaque);
} }
}; };

View File

@ -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", "");
});
}); });
}; };