Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

[BUG] Dock bar scroll bar appears when it's not needed #15

Open
ART2810 opened this issue Jan 5, 2024 · 1 comment
Open

[BUG] Dock bar scroll bar appears when it's not needed #15

ART2810 opened this issue Jan 5, 2024 · 1 comment

Comments

@ART2810
Copy link

ART2810 commented Jan 5, 2024

If, for example, there are 11 icons in a folder, and the dock bar is set to 11, then an unnecessary scroll bar appears, and it does not have smooth animation. Why is there a scroll bar if I can already see all the icons completely?

Desktop.2024.01.05.-.10.12.56.01.mp4
@stevehsudrawing
Copy link
Owner

First, thank you for your feedback.
This bug is caused by a formula error. This bug will be fixed in the next version, but for now, here is a temporary solution:

  1. Modify the configuration file
    1.1. Right click on an empty part of this skin
    1.2. Click More... in the context menu
    1.3. Click the first option Fluent_Design\Widgets\FolderViewer\1 in the context menu
    1.4. In the pop-up File Explorer window, return to the parent folder ...\Fluent_Design\Widgets\FolderViewer
    1.5. Open Unscaled_B.inc with Notepad
    1.6. Press Ctrl+F and find #Quantity#>#TotalCount#
    1.7. Replace > with >=
  2. Save it with UTF-16 LE or ANSI encoding
    2.1. Click File in the menu above
    2.2. Click Save As... in the context menu
    2.3. Click the option box next to Save as type and select All Files (*.*), and check whether Encoding is UTF-16 LE. If not, please change it to UTF-16 LE; if this option is not available, you can use ANSI instead
    2.4. Click Save
  3. Refresh this skin

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants