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
Part of a button is still visible even if in a Grid's row or column set to height or width of 0.
Issue in Skia (GTK)
Issue in WASM:
Android:
Not tested iOS or Mac.
Nothing is shown in a Windows (WinUI) app.
No part of the button should be visible on any platform.
Need this code in an app that uses the material theme:
<Grid ColumnDefinitions="*,0,*" RowDefinitions="*,0,*"> <Button Grid.Row="1" Grid.Column="1">testing</Button> </Grid>
Repro project (created with VSIX 4.9.18.24)
UnoAppMaterialThemeButtonMargin.zip
Nuget Package:
Uno.Material.WinUI
Package Version(s):
2.6.1
Affected platform(s):
This is affecting my 🔥 😉
The text was updated successfully, but these errors were encountered:
Arieldelossantos
Successfully merging a pull request may close this issue.
Current behavior
Part of a button is still visible even if in a Grid's row or column set to height or width of 0.
Issue in Skia (GTK)
Issue in WASM:
Android:
Not tested iOS or Mac.
Nothing is shown in a Windows (WinUI) app.
Expected behavior
No part of the button should be visible on any platform.
How to reproduce it (as minimally and precisely as possible)
Need this code in an app that uses the material theme:
Repro project (created with VSIX 4.9.18.24)
UnoAppMaterialThemeButtonMargin.zip
Environment
Nuget Package:
Uno.Material.WinUI
Package Version(s):
2.6.1
Affected platform(s):
Anything else we need to know?
This is affecting my 🔥 😉
The text was updated successfully, but these errors were encountered: