Skip to content

Commit 8227232

Browse files
Hardcode height of top tabinfobar[CPP-610]
1 parent caeaf7a commit 8227232

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

resources/Constants/Constants.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ QtObject {
9292
})
9393
readonly property string infoButtonIconPath: "qrc:/images/fontawesome/info-circle-solid.svg"
9494
readonly property color infoButtonIconColor: swiftLightGrey
95+
readonly property int height: 50
9596
}
9697

9798
logoPopup: QtObject {

resources/view.qml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ ApplicationWindow {
9595
// be slid up "under" the window.
9696
anchors.left: parent.left
9797
anchors.right: parent.right
98+
height: Constants.tabInfoBar.height
9899
z: 2
99100
tabName: sideNavBar.currentTabName
100101
subTabNames: mainTabs.subTabNames

0 commit comments

Comments
 (0)