Skip to content

Commit

Permalink
Fix DNS settings layout (Qt 6.4) (#8413)
Browse files Browse the repository at this point in the history
  • Loading branch information
MattLichtenstein authored Nov 1, 2023
1 parent e7871f8 commit d1a65f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/screens/settings/ViewDNSSettings.qml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ MZViewBase {
spacing: MZTheme.theme.windowMargin * 1.5
Layout.leftMargin: MZTheme.theme.windowMargin
Layout.rightMargin: MZTheme.theme.windowMargin
Layout.preferredWidth: parent.width

Loader {
objectName: "DNSSettingsInformationCardLoader"
Expand Down

0 comments on commit d1a65f1

Please sign in to comment.