correct spacing on komorebi and network widgets (WIP)

This commit is contained in:
Csaba
2024-11-14 23:17:39 +01:00
parent 9311cb00ec
commit 36c267246b
10 changed files with 242 additions and 230 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ impl BarWidget for Battery {
TextFormat::simple(font_id, ctx.style().visuals.text_color()),
);
config.apply_on_widget(true, ui, |ui| {
config.apply_on_widget(true, true, ui, |ui| {
ui.add(
Label::new(layout_job)
.selectable(false)