1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Context menus (#543)

Main usage: `response.context_menu(…)` and `ui.menu_button`
This commit is contained in:
Linus Behrbohm
2021-10-26 19:55:42 +02:00
committed by GitHub
parent b31ca7efc9
commit 46fb9ff09b
10 changed files with 792 additions and 74 deletions

View File

@@ -87,7 +87,6 @@ impl super::View for WindowOptions {
anchor,
anchor_offset,
} = self;
ui.horizontal(|ui| {
ui.label("title:");
ui.text_edit_singleline(title);