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

Smaller icon size in grid layout #12752

Closed
manfromarce opened this issue Jun 26, 2023 · 4 comments
Closed

Smaller icon size in grid layout #12752

manfromarce opened this issue Jun 26, 2023 · 4 comments

Comments

@manfromarce
Copy link
Contributor

What feature or improvement do you think would benefit Files?

Currently small icons in Files are larger then medium icons in Windows Explorer and I would like to have icons of that size. Following the current naming, a new option "Very small icons" could be added, but it could be confusing for users.
Alternatively, since "medium" in Files is also more equivalent to Explorer's "large" and "large" to "very large", they could all be changed to match Windows Explorer size when "compact mode" is enabled.
A slider or something else that allows to set a custom size directly could also be considered.

Requirements

  • This proposal will add the ability to have smaller icons (equivalent to Medium in Windows Explorer)
  • This proposal could allow to set a custom icon size through a slider or similar (optional)

Files Version

2.5.10.0

Windows Version

10.0.22631.1906

Comments

No response

@yaira2
Copy link
Member

yaira2 commented Jun 26, 2023

@manfromarce thank you for your feedback, support for further customizing the icon sizes is being planned, you can follow the progress in #10492.

@yaira2 yaira2 closed this as completed Jun 26, 2023
@Xavron
Copy link

Xavron commented Feb 12, 2024

If you're able to build Files, you can set a good small size as I just did:

...Files\src\Files.App\Constants.cs > public const int GridViewSizeSmall = 70;

They currently have 100 set. You could go with anything in the 70-75 range. 70 is a hair smaller than File Explorer.

If you can't, then its what it is. I can't do anything about it.

@yaira2
Copy link
Member

yaira2 commented Feb 15, 2024

Support for additional sizes is actively being worked on, you can track the latest progress in #10492.

@Xavron
Copy link

Xavron commented Feb 16, 2024

Yes, I know and still don't like it ;)

Master branch grid slider, make smaller icons for grid can be done like this if it still never gets better:

...Files\src\Files.App\UserControls\InnerNavigationToolbar.xaml

x:Name="GridViewSlider"
IsThumbToolTipEnabled="False"
Maximum="300"
Minimum="60" <--- eg this to 60
SnapsTo="Ticks"
TickFrequency="10" <---- eg this to 10

If they change it any further, hopefully they get it right. I won't be adding anything further here.

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