mirror of
https://github.com/Zenithsiz/zsw.git
synced 2026-02-03 09:50:31 +00:00
Moved display selector to it's own line.
This commit is contained in:
parent
56c7bb6b35
commit
42b679b9b3
@ -89,6 +89,10 @@ fn draw_display_settings<T>(ui: &mut egui::Ui, frame_times: &mut FrameTimes<T>)
|
||||
frame_times.set_max_len(max_len);
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
ui.horizontal(|ui| {
|
||||
ui.label("Display: ");
|
||||
|
||||
egui::ComboBox::from_id_salt("metrics-tab-display-selector")
|
||||
.selected_text(cur_kind.to_string())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user