Skip to content

Commit

Permalink
Adding some padding to rows to enhance presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sn0wfreezeDev committed Dec 8, 2021
1 parent c8cc542 commit fca0759
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BLE-Scanner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -831,7 +831,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A5U65N39SD;
DEVELOPMENT_TEAM = H9XHQ4WHSF;
INFOPLIST_FILE = "BLE-ScannerUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand All @@ -851,7 +851,7 @@
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
CODE_SIGN_STYLE = Automatic;
DEVELOPMENT_TEAM = A5U65N39SD;
DEVELOPMENT_TEAM = H9XHQ4WHSF;
INFOPLIST_FILE = "BLE-ScannerUITests/Info.plist";
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down
1 change: 1 addition & 0 deletions BLE-Scanner/Views/SupportingViews/BLEDeviceRow.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ struct BLEDeviceRow: View {
}
}
}
.padding([.top, .bottom], 4)
}
}

0 comments on commit fca0759

Please sign in to comment.