Merge pull request #359 from amnezia-vpn/bugfix/minor-ui-fixes-4-version

minor ui fixes
This commit is contained in:
Nethius 2023-10-03 21:48:30 +03:00 committed by GitHub
commit 70e6a3d303
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 94 additions and 23 deletions

View file

@ -114,7 +114,7 @@ DrawerType {
BasicButtonType {
Layout.fillWidth: true
Layout.topMargin: 8
Layout.topMargin: 24
defaultColor: "transparent"
hoveredColor: Qt.rgba(1, 1, 1, 0.08)
@ -123,7 +123,7 @@ DrawerType {
textColor: "#D7D8DB"
borderWidth: 1
text: qsTr("Show content")
text: qsTr("Show connection settings")
onClicked: {
configContentDrawer.visible = true