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

Size of the first button is smaller than it should be #221

Closed
serkonda7 opened this issue Aug 31, 2020 · 1 comment
Closed

Size of the first button is smaller than it should be #221

serkonda7 opened this issue Aug 31, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@serkonda7
Copy link
Collaborator

serkonda7 commented Aug 31, 2020

V version: V 0.1.29 cbcba2e
UI version: latest master
OS: Manjaro

What did you do?
Run a program with the following window content:

ui.column({}, [
	ui.button({
		text: 'Same text'
	}),
	ui.button({
		text: 'Same text'
	}),
])

What did you expect to see?
Buttons with the same size.

What did you see instead?
image

With a longer text it looks like this
image

@serkonda7 serkonda7 added the bug Something isn't working label Aug 31, 2020
@serkonda7 serkonda7 changed the title Size of the first button is shorter than it should be Size of the first button is smaller than it should be Sep 16, 2020
@ghost
Copy link

ghost commented Jul 31, 2021

outdated

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant