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

This commit is contained in:
Joshua Goins
2023-08-14 16:27:59 -04:00
parent fe3bf3a638
commit 9c4d8ef823

View File

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