mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 15:20:05 -04:00
Lint vertical spacing in the code (#3224)
* Lint vertical spacing in the code * Add some vertical spacing for readability
This commit is contained in:
@@ -32,9 +32,11 @@ pub struct StripLayout<'l> {
|
||||
direction: CellDirection,
|
||||
pub(crate) rect: Rect,
|
||||
pub(crate) cursor: Pos2,
|
||||
|
||||
/// Keeps track of the max used position,
|
||||
/// so we know how much space we used.
|
||||
max: Pos2,
|
||||
|
||||
cell_layout: egui::Layout,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user