1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 15:13:12 -04:00

Export egui::Margin

This commit is contained in:
Emil Ernerfeldt
2023-02-03 09:31:04 +01:00
parent 5444ab269a
commit 312cab5355

View File

@@ -367,7 +367,7 @@ pub use {
painter::Painter,
response::{InnerResponse, Response},
sense::Sense,
style::{FontSelection, Style, TextStyle, Visuals},
style::{FontSelection, Margin, Style, TextStyle, Visuals},
text::{Galley, TextFormat},
ui::Ui,
widget_text::{RichText, WidgetText},