mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-20 01:44:19 +01:00
Merge remote-tracking branch 'github/pr/1031'
This commit is contained in:
@@ -783,6 +783,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