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

Two rows child of the root view share X axis #21

Open
khionu opened this issue Jun 11, 2020 · 0 comments
Open

Two rows child of the root view share X axis #21

khionu opened this issue Jun 11, 2020 · 0 comments

Comments

@khionu
Copy link

khionu commented Jun 11, 2020

Code:

view do
  row do
    column(size: 4) do
      panel(title: "Journey's Logs", color: :red, height: :fill) do
        # for l in Enum.take(history, )
      end
    end
  end
  row do
    column(size: 6) do
      panel(title: "Your orders, mi'lord?", color: :red, height: :fill) do

      end
    end
  end
end

Result:

Env: Ubuntu 18.04 via WSL2

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