M2Team / NanaZip

The 7-Zip derivative intended for the modern Windows experience
https://sourceforge.net/projects/nanazip/
Other
9.04k stars 225 forks source link

Up arrow icon size issue #406

Open diana7127 opened 6 months ago

diana7127 commented 6 months ago

In the new version 3.0, the up arrow appears too small on my screen.

My screen details are as follows:

PixPin_2024-05-23_22-01-38 PixPin_2024-05-23_22-03-42

dinhngtu commented 6 months ago

I agree. The toolbar buttons also have no label and are difficult to use. I tried integrating the Up button into the toolbar (like File Explorer) and it looks friendlier:

Untitled1

I think we can use a File Explorer-like two-toolbar layout, with navigation on top and toolbar buttons just under.

MouriNaruto commented 6 months ago

@dinhngtu

But there are some issues for having a label.

For lower logical screen resolutions are not friendly because it's too long. (The typical scenario is 15.6' 1080p 125% DPI Scaling)

Kenji Mouri

MouriNaruto commented 6 months ago

@diana7127

the up arrow appears too small on my screen

This will be fixed after rewriting this with XAML Islands.

Kenji Mouri

MouriNaruto commented 6 months ago

@dinhngtu

I think we can use a File Explorer-like two-toolbar layout, with navigation on top and toolbar buttons just under.

Have you forgot about 7-Zip/NanaZip two-panel mode existed?

Kenji Mouri

dinhngtu commented 6 months ago

But there are some issues for having a label.

For lower logical screen resolutions are not friendly because it's too long. (The typical scenario is 15.6' 1080p 125% DPI Scaling)

Labels can be placed below the button icon to save vertical space, or it can be an option. But I think button labels are critical for usability. We can also move the Benchmark button back to the overflow menu to save some space.

Have you forgot about 7-Zip/NanaZip two-panel mode existed?

True, I forgot about that.

Could be interesting to add a "split panel" button (like Edge).

FrzMtrsprt commented 6 months ago

The up icon is not transparent either, and doesn't follow the color theme.

image

MouriNaruto commented 6 months ago

@FrzMtrsprt It's a known issue. But this will be solved after replacing that with XAML Islands in future releases.

Kenji Mouri