mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Add back old deprecated panels
This commit is contained in:
@@ -41,7 +41,7 @@ impl eframe::App for MyApp {
|
||||
// TODO(lucasmerlin): This is a pretty big hack, should be fixed once safe_area implemented
|
||||
// for android:
|
||||
// https://github.com/rust-windowing/winit/issues/3910
|
||||
egui::TopBottomPanel::top("status_bar_space").show(ctx, |ui| {
|
||||
egui::Panel::top("status_bar_space").show(ctx, |ui| {
|
||||
ui.set_height(32.0);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user