dock buttons now have proper padding

This commit is contained in:
zumbalogy 2025-08-22 13:46:33 -04:00
parent bae3ed8522
commit 25683b4cba

View file

@ -933,6 +933,7 @@ impl Render for PanelButtons {
h_flex()
.gap_1()
.when(has_buttons, |this| this.py(DynamicSpacing::Base04.rems(cx)))
.when(
has_buttons && dock.position == DockPosition::Bottom,
|this| this.child(Divider::vertical().color(DividerColor::Border)),