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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Multiple regressions on v3.6.0 #122

Closed
7 tasks done
WinXaito opened this issue Dec 26, 2021 · 1 comment
Closed
7 tasks done

馃悰 Multiple regressions on v3.6.0 #122

WinXaito opened this issue Dec 26, 2021 · 1 comment

Comments

@WinXaito
Copy link
Collaborator

WinXaito commented Dec 26, 2021

Since 3.6.0, visible on Web demo:

Buttons

  • IconButton: incorrect size or padding

image

  • TextButton / FilledButton / Outlined button: No more hover or pressed effect

  • TextButton has a blur effect

image

  • FilledButton style is certainly not correct (According to Fluent documentation, I think there is rounded corner and white foreground)

image

TabView

  • Tabs doesn't have minimal size, so that produce the following things...

image

We don't have any more the navigation buttons.

  • Missing padding before close button

image

TreeView

  • Padding/margin seems very big to me ?

image

@henry2man
Copy link
Contributor

henry2man commented Dec 27, 2021

Missing padding before close button

@WinXaito You should put an Spacer() or something similar because the tabWidthBehavior: TabWidthBehavior.equal, config doesn't separate the tab label & close button (in this picture you'll see how close button is not right aligned):
Captura de pantalla 2021-12-27 a las 18 07 40

Probably you can combine some left Padding on close button & Spacer

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

3 participants