Skip to content

Commit

Permalink
Tweak DevicesMouseSettingsView layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tekezo committed Dec 30, 2024
1 parent 4fadac4 commit 630ffc9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct DevicesMouseSettingsView: View {

var body: some View {
ZStack(alignment: .topLeading) {
VStack(alignment: .leading, spacing: 12.0) {
VStack(alignment: .leading, spacing: 40.0) {
Text(
"\(connectedDeviceSetting.connectedDevice.productName) (\(connectedDeviceSetting.connectedDevice.manufacturerName))"
)
Expand Down Expand Up @@ -47,6 +47,7 @@ struct DevicesMouseSettingsView: View {
)
}
}
.padding()
}

DevicesMouseFlagsView(connectedDeviceSetting: connectedDeviceSetting)
Expand Down

0 comments on commit 630ffc9

Please sign in to comment.