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

Nesting a horizontal panel in a vertical panel breaks alignment #193

Open
raffomania opened this issue May 5, 2015 · 0 comments
Open

Nesting a horizontal panel in a vertical panel breaks alignment #193

raffomania opened this issue May 5, 2015 · 0 comments

Comments

@raffomania
Copy link

Consider the following frame:

(frame :content 
  (vertical-panel :items [
    (label :text "OK?" :halign :left) 
    (horizontal-panel :items [
      (button :text "Cancel") 
      (button :text "OK")])]))

This centers the "OK?" label, ignoring the :halign :left option.

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

No branches or pull requests

1 participant