Skip to content

Commit

Permalink
[ui] Application MenuBar: Updated Menubar to occupy full height of th…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
waaake committed Jan 13, 2025
1 parent 3e8b736 commit 75b8ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meshroom/ui/qml/Application.qml
Original file line number Diff line number Diff line change
Expand Up @@ -626,6 +626,8 @@ Page {
}
MenuBar {
palette.window: Qt.darker(activePalette.window, 1.15)
font.pointSize: 10
Layout.fillHeight: true
Menu {
title: "File"
Action {
Expand Down

0 comments on commit 75b8ac2

Please sign in to comment.