Abdelrhman-AK / WinPaletter

Advanced Windows Appearance Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Desktop icons get their spacing reduced

Malix-off opened this issue · comments

Problem

Desktop icons get their spacing reduced

Occurrence

When applying some edits (accents colors afaik)

Cause

This is due to

  • HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\IconSpacing (Registry Editor)
  • HKEY_CURRENT_USER\Control Panel\Desktop\WindowMetrics\IconVerticalSpacing (Registry Editor)

Getting set to -720 instead of the original -1125

Yes it is the default one (-1125 / -15 = 75). I thought that you changed it from WinPaletter.
Try to set it manually in registry by -1125 and then try again with WinPaletter.

  • Does this problem happen every time you apply a theme from the main form (even if it is 75 inside WinPaletter)?
  • Do you use a higher DPI for your monitor or not?
  • Comment Reply from @Abdelrhman-AK :

    I thought that you changed it from WinPaletter.

    Nope, I didn't change it

    Try to set it manually in registry by -1125 and then try again with WinPaletter.

    Yep, that's what I do every time

    • Does this problem happen every time you apply a theme from the main form (even if it is 75 inside WinPaletter)?

    Every time i'm applying even a single accent color edit, even.
    I did install the "AMOLED" theme once, but did rest to the first theme by clicking on the "Reload first theme" button since.
    Is there a way I could wipe the "AMOLED" theme out of my system?

    • Do you use a higher DPI for your monitor or not?

    I do not think so, however, i'm using a display custom scaling of 125%
    windows display custom scaling of 125%

    If that can help

Every time i'm applying even a single accent color edit, even.
I did install the "AMOLED" theme once, but did rest to the first theme by clicking on the "Reload first theme" button since.
Is there a way I could wipe the "AMOLED" theme out of my system?

Store themes are stored as files in %localappdata%\Abdelrhman-AK\WinPaletter\Store, but when you apply the default theme, store theme won't have effects on your system.

(Its button in main form toolbar: alt text)

I do not think so, however, i'm using a display custom scaling of 125%

I'll do some tests with DPI 125% to know if icons spacings are affected with high DPI or not.

  • Using 125% DPI from the menu will fix the issue. Custom DPI value is the cause of this issue

0

1

  • It will be partially fixed in next update (list and custom DPI will work), you should logoff after applying a theme if a custom DPI value is set (not chosen from the list, but entered)

#179 (comment)