Fix the account switcher width so it doesn't spill off the side

(cherry picked from commit 9c4d8ef823)
This commit is contained in:
Joshua Goins
2023-08-14 16:27:59 -04:00
parent 48b8703156
commit fc60a7c13e

View File

@@ -95,7 +95,7 @@ QQC2.ToolBar {
}
}
width: parent.width
Layout.fillWidth: true
Layout.preferredHeight: contentHeight
delegate: Delegates.RoundedItemDelegate {
id: userDelegate