Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add spacing between tags in UI display #103

Merged
merged 1 commit into from
Oct 20, 2024

Conversation

KrashKart
Copy link

Fixes #100

Set FlowPane horizontal and vertical gap to 5
@KrashKart KrashKart added priority.Medium Nice to have severity.VeryLow A flaw that is purely cosmetic and does not affect usage. Only cosmetic problems should have this. type.FunctionalityBug Feature behaviour needs to be changed workload.low low workload labels Oct 20, 2024
@KrashKart KrashKart added this to the v1.4 milestone Oct 20, 2024
@KrashKart KrashKart self-assigned this Oct 20, 2024
Copy link

codecov bot commented Oct 20, 2024

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/main/java/seedu/address/ui/PersonCard.java 0.00% 2 Missing ⚠️
Files with missing lines Coverage Δ Complexity Δ
src/main/java/seedu/address/ui/PersonCard.java 0.00% <0.00%> (ø) 0.00 <0.00> (ø)

@KrashKart
Copy link
Author

Codecov can you stop being such a nerd it's like GUI changes...

Copy link

@yooplo yooplo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@yooplo yooplo merged commit 204df07 into AY2425S1-CS2103T-F14a-4:master Oct 20, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.Medium Nice to have severity.VeryLow A flaw that is purely cosmetic and does not affect usage. Only cosmetic problems should have this. type.FunctionalityBug Feature behaviour needs to be changed workload.low low workload
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a spacing between tags in UI display
2 participants