We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caeaf7a commit 8227232Copy full SHA for 8227232
resources/Constants/Constants.qml
@@ -92,6 +92,7 @@ QtObject {
92
})
93
readonly property string infoButtonIconPath: "qrc:/images/fontawesome/info-circle-solid.svg"
94
readonly property color infoButtonIconColor: swiftLightGrey
95
+ readonly property int height: 50
96
}
97
98
logoPopup: QtObject {
resources/view.qml
@@ -95,6 +95,7 @@ ApplicationWindow {
// be slid up "under" the window.
anchors.left: parent.left
anchors.right: parent.right
+ height: Constants.tabInfoBar.height
99
z: 2
100
tabName: sideNavBar.currentTabName
101
subTabNames: mainTabs.subTabNames
0 commit comments