1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Add support for alignment (min, center, max) in horizontal and vertical layouts

This commit is contained in:
Emil Ernerfeldt
2019-01-14 07:54:06 -06:00
parent 3f84836c20
commit 2c0ca77e09
7 changed files with 78 additions and 45 deletions

View File

@@ -20,8 +20,7 @@ pub mod widgets;
pub use crate::{
emigui::Emigui,
fonts::TextStyle,
layout::LayoutOptions,
layout::Region,
layout::{Align, LayoutOptions, Region},
painter::{Frame, Painter, Vertex},
style::Style,
types::RawInput,