notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit f2e01f0e4035130f228b9092bef8c204cef0f936
parent 0f00dcf7a7c443ca58b692734d897bd766b883b5
Author: Fernando López Guevara <fernando.lguevara@gmail.com>
Date:   Fri, 25 Jul 2025 12:13:39 -0300

fix(note_actionbar): add invisible label to stabilize section width ¯\_(ツ)_/¯

Diffstat:
Mcrates/notedeck_ui/src/note/mod.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/crates/notedeck_ui/src/note/mod.rs b/crates/notedeck_ui/src/note/mod.rs @@ -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;