Skip to content
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

[ui][fix] Application Menubar: Ensure Menubar occupies all of available height of the layout #2643

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

waaake
Copy link
Contributor

@waaake waaake commented Jan 13, 2025

Description

This PR modifies the Menubar component to ensure it fills the layout in terms of height.
The change addresses an inconsistency where the MenuBar did not align with the Parent's dimensions.

Details of the change

Layout.fillHeight sets the Menubar component to take in the full available height
While the default font pointSize makes the menus feel a little detacheed compared to the home button next to it, increasing to 10 keeps it decent in the layout and also make it reasonable compared to the home icon.

Appearence after the changes

image

…e parent layout

The default font pointSize makes the menus feel a little detacheed compared to the home button next to it, increasing to 10 keeps it decent in the layout and also make it reasonable compared to the home icon
@waaake waaake self-assigned this Jan 13, 2025
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.93%. Comparing base (3e8b736) to head (75b8ac2).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2643   +/-   ##
========================================
  Coverage    69.93%   69.93%           
========================================
  Files          121      121           
  Lines         7088     7088           
========================================
  Hits          4957     4957           
  Misses        2131     2131           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cbentejac cbentejac added this to the Meshroom 2025.1.0 milestone Jan 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants