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

Fix CSS styling bug caused by using Text() instead of Label() #3188

Merged
merged 1 commit into from
Sep 4, 2019

Conversation

wiz
Copy link
Contributor

@wiz wiz commented Sep 2, 2019

Before:
Screen Shot 2019-09-02 at 22 58 53
After:
Screen Shot 2019-09-03 at 5 59 30

Also fixes it here:
Screen Shot 2019-09-03 at 5 57 21

@wiz wiz requested review from ripcurlx and sqrrm as code owners September 2, 2019 21:01
Copy link
Contributor

@ripcurlx ripcurlx left a comment

Choose a reason for hiding this comment

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

utACK - Actually there is also a way to style Text components. You have to use -fx-fill instead of -fx-text-fill. Very counterintuitive I know 🤦‍♂ . I used the Text component as it is more lightweight than the label. But as it might not make a big difference and it makes the css more complicated to maintain I'm fine with this change.

@ripcurlx ripcurlx merged commit dd17e08 into bisq-network:master Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants