Skip to content

Commit 75b8ac2

Browse files
committed
[ui] Application MenuBar: Updated Menubar to occupy full height of the 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
1 parent 3e8b736 commit 75b8ac2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meshroom/ui/qml/Application.qml

+2
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,8 @@ Page {
626626
}
627627
MenuBar {
628628
palette.window: Qt.darker(activePalette.window, 1.15)
629+
font.pointSize: 10
630+
Layout.fillHeight: true
629631
Menu {
630632
title: "File"
631633
Action {

0 commit comments

Comments
 (0)