From 75b8ac2ba828d2113c97ae73c5bd35e084842295 Mon Sep 17 00:00:00 2001 From: waaake Date: Mon, 13 Jan 2025 08:40:37 +0530 Subject: [PATCH] [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 --- meshroom/ui/qml/Application.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meshroom/ui/qml/Application.qml b/meshroom/ui/qml/Application.qml index 8c4b696f98..158812ba85 100644 --- a/meshroom/ui/qml/Application.qml +++ b/meshroom/ui/qml/Application.qml @@ -626,6 +626,8 @@ Page { } MenuBar { palette.window: Qt.darker(activePalette.window, 1.15) + font.pointSize: 10 + Layout.fillHeight: true Menu { title: "File" Action {