mirror of
https://github.com/LGUG2Z/komorebi.git
synced 2026-07-14 17:12:58 +02:00
fix(bar-keyboard): fix padding issue
This commit is contained in:
@@ -165,7 +165,7 @@ impl BarWidget for Keyboard {
|
|||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
||||||
config.apply_on_widget(false, ui, |ui| {
|
config.apply_on_widget(true, ui, |ui| {
|
||||||
ui.add(Label::new(WidgetText::LayoutJob(layout_job.clone())).selectable(false))
|
ui.add(Label::new(WidgetText::LayoutJob(layout_job.clone())).selectable(false))
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user