-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Feature: Added option to set default column sizes #10117
Feature: Added option to set default column sizes #10117
Conversation
Last commit is to avoid 0px but still visible columns. |
What did we use before? |
This can be left as it is for now but we should track it in an issue, I had the same issue with #10089 |
Actually we're already using it, I hadn't seen it |
…hub.com/ferrariofilippo/Files into Feature_Set_Column_Widths_Default_#9867
It looks like setting the default widths from the "Set as default" option resets the overrides in individual directories. Steps to reproduce
|
I'll investigate further, but actually everything seems to work 1.mp4 |
I tried both recloning the repository and testing on a different device (Win10) but I'm still not able to reproduce this bug |
I can't reproduce it either |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
get => Get(200d); | ||
set | ||
{ | ||
if (value != 0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the value ever less than 0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll remove it as this is no more needed (I wrote that to fix a bug that involved recycle bin columns, but I fixed that another way)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yaichenbaum I found the reason I put there that code. I opened #10239 to fix it
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really nice improvement! LGTM
Resolved / Related Issues
Items resolved / related issues by this PR.
Comments
Validation
How did you test these changes?