mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-17 16:54:18 +01:00
fix(note_actionbar): add invisible label to stabilize section width ¯\_(ツ)_/¯
This commit is contained in:
@@ -782,6 +782,7 @@ fn render_note_actionbar(
|
||||
i18n: &mut Localization,
|
||||
) -> egui::InnerResponse<Option<NoteAction>> {
|
||||
ui.horizontal(|ui| {
|
||||
ui.label(RichText::new("").text_style(egui::TextStyle::Small));
|
||||
ui.set_min_height(26.0);
|
||||
ui.spacing_mut().item_spacing.x = 24.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user