mirror of
https://github.com/Cyrix126/gupaxx.git
synced 2025-03-29 18:49:02 +00:00
parent
256376d027
commit
37bf268dbb
1 changed files with 0 additions and 2 deletions
|
@ -24,8 +24,6 @@ impl crate::app::App {
|
|||
pub fn top_panel(&mut self, ctx: &egui::Context) {
|
||||
debug!("App | Rendering TOP tabs");
|
||||
let tabs = Tab::from_show_processes(&self.state.gupax.show_processes);
|
||||
dbg!(&tabs);
|
||||
|
||||
TopBottomPanel::top("top").show(ctx, |ui| {
|
||||
// low spacing to shrink and be able to show all tabs on one line on 640x480
|
||||
ui.style_mut().spacing.item_spacing.x = 4.0;
|
||||
|
|
Loading…
Reference in a new issue