From 5fb47d4fc990dc4ed23a24ad98c4c0d13e490cea Mon Sep 17 00:00:00 2001 From: Cyrix126 Date: Sat, 14 Dec 2024 11:55:24 +0100 Subject: [PATCH] fix: XvB tab, reduce space between stats --- src/app/panels/middle/xvb.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/panels/middle/xvb.rs b/src/app/panels/middle/xvb.rs index 55cf741..3e22e91 100644 --- a/src/app/panels/middle/xvb.rs +++ b/src/app/panels/middle/xvb.rs @@ -253,7 +253,6 @@ impl crate::disk::state::Xvb { let priv_stats = &api.stats_priv; let current_node = &api.current_node; let style_height = ui.text_style_height(&TextStyle::Body); - ui.spacing_mut().item_spacing = [style_height * 2.0, style_height * 2.0].into(); // let width_stat = (ui.available_width() - SPACE * 4.0) / 5.0; let width_column = ui.text_style_height(&TextStyle::Body) * 16.0;