Standardize TabBar start_slot
and end_slot
elements (#11403)
- Unifies spacing between left and right sides of the tab bar - Use the default icon color for `end_slot` tools. This should help more clearly differentiate when forward or backward navigation is disabled due to the tools on the other side not looking so much like the disabled navigation arrows. - Rework the TabBar implementation in `pane.rs` to directly pass in items to the `start_slot` instead of an unneeded extra horizontal layout. Left side:  Right side:  Release Notes: - Standardized some Tab Bar UI elements. You many notice some slight spacing or color changes.
This commit is contained in:
parent
1e84f01041
commit
08c9157a1e
2 changed files with 26 additions and 33 deletions
|
@ -107,7 +107,7 @@ impl RenderOnce for TabBar {
|
|||
h_flex()
|
||||
.flex_none()
|
||||
.gap(Spacing::Small.rems(cx))
|
||||
.px(Spacing::Small.rems(cx))
|
||||
.px(Spacing::Medium.rems(cx))
|
||||
.border_b()
|
||||
.border_r()
|
||||
.border_color(cx.theme().colors().border)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue