We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Results in width 0
To Reproduce Add 2 time views one with width Dim.Auto one with fixed width
Expect to see 2 time fields
Actually see only one (the one with the absolute)
Application.Init (); var win = new Window () { Title = "My Window", X = 0, Y = 0, Width = Dim.Fill (), Height = Dim.Fill () }; win.Add ( new TimeField () { Y = 1, Width = 10 }); win.Add ( new TimeField () { Y = 2, Width = Dim.Auto () }); Application.Run (win); Application.Shutdown ();
Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
Set Project & Milestone If you have access, please don't forget to set the right Project and Milestone.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Results in width 0
To Reproduce
Add 2 time views one with width Dim.Auto one with fixed width
Expect to see 2 time fields
Actually see only one (the one with the absolute)
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
Set Project & Milestone
If you have access, please don't forget to set the right Project and Milestone.
The text was updated successfully, but these errors were encountered: