diff --git a/Components/Input.qml b/Components/Input.qml index 86d9dbb..d8b763c 100644 --- a/Components/Input.qml +++ b/Components/Input.qml @@ -69,16 +69,21 @@ Column { indicator: Button { id: usernameIcon - width: selectUser.height * 0.8 + width: selectUser.height * 1 height: parent.height anchors.left: parent.left anchors.verticalCenter: parent.verticalCenter - anchors.leftMargin: selectUser.height * 0.125 + anchors.leftMargin: selectUser.height * 0 icon.height: parent.height * 0.25 icon.width: parent.height * 0.25 enabled: false icon.color: root.palette.text icon.source: Qt.resolvedUrl("../Assets/User.svg") + + background: Rectangle { + color: "transparent" + border.color: "transparent" + } } background: Rectangle { @@ -557,4 +562,4 @@ Column { onTriggered: failed = false running: false } -} +} \ No newline at end of file diff --git a/README.md b/README.md index 5457fcb..3bd2431 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,10 @@ Screen resolution: 1080p. ### Dependencies ```sh -qt5-graphicaleffects qt5-quickcontrols2 qt5-svg sddm +qt6-5compat qt6-declarative qt6-svg sddm ``` +> qt6-declarative replaces qt6-quickcontrols2 +> https://archlinux.org/packages/extra/x86_64/qt6-declarative/ ### Install