minor ui fixes

This commit is contained in:
vladimir.kuznetsov 2023-10-03 23:28:44 +05:00
parent 776ae04cbe
commit 7d4a01c757
5 changed files with 8 additions and 6 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