-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce the height of the tab bars and side panel titles #5609
Conversation
Size changes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a small improvement imo, which is better than no improvement 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1. of all the vertical size improvements this feels the most like a no-brainer
crates/re_ui/src/lib.rs
Outdated
@@ -184,7 +184,7 @@ impl ReUi { | |||
/// Height of the title row in the blueprint view and selection view, | |||
/// as well as the tab bar height in the viewport view. | |||
pub fn title_bar_height() -> f32 { | |||
28.0 // from figma 2022-02-03 | |||
24.0 // from figma 2022-02-03 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that comment is surely wrong now 😄
What
Small step towards a more efficient use of vertical space. Set to 24px, down from 28px. Now on par with
ListItem
:Checklist
main
build: app.rerun.ionightly
build: app.rerun.io