Add more spacing between the post area and the buttons

This commit is contained in:
Daniele Tonon 2023-02-28 23:45:46 +01:00
parent e6d85aef3d
commit aaf1e968f4

View File

@ -159,7 +159,7 @@ fn real_posting_area(app: &mut GossipUi, ctx: &Context, frame: &mut eframe::Fram
.layouter(&mut layouter),
);
ui.add_space(4.0);
ui.add_space(8.0);
ui.horizontal(|ui| {
ui.with_layout(Layout::right_to_left(Align::TOP), |ui| {
ui.add_space(12.0);