On Windows 11 24H2, XnView MP 1.11.5 will erroneously display an ellipsis on tab thumbnails for images with am aspect ratio larger than 1.33 (height wise).
From left to right: 300x400, 300x401 (ellipses start here), 300x450, 300x500, 300x600, 300x6000)
I have attached the images I used above in a ZIP file for reference.
1.11.5 - Tab thumbnails display ellipses on vertical images
Moderators: xnview, Dreamer
-
woot000
- Posts: 44
- Joined: Thu Nov 19, 2020 12:36 am
1.11.5 - Tab thumbnails display ellipses on vertical images
You do not have the required permissions to view the files attached to this post.
-
jkm
- Posts: 683
- Joined: Sat May 11, 2024 12:43 am
Re: 1.11.5 - Tab thumbnails display ellipses on vertical images
Fix your "Max width" in Settings:Interface:Tabs.
-
woot000
- Posts: 44
- Joined: Thu Nov 19, 2020 12:36 am
Re: 1.11.5 - Tab thumbnails display ellipses on vertical images
I have the tab's max width set to 4 characters on the screenshot in my original post (which I believe is the default, as I don't remember changing it to a value that small).
Setting the max width to any value (characters or pixels) does not change how the image tabs look at all if they're set to show either thumbnails or icons (I checked, no ellipses appear for icons. This bug only affects thumbnails), only when "Display" is set to "None" does it make a difference.
-
jkm
- Posts: 683
- Joined: Sat May 11, 2024 12:43 am
Re: 1.11.5 - Tab thumbnails display ellipses on vertical images
No, the default is 20 characters. 4 is absurd.woot000 wrote: Sat Jul 04, 2026 10:47 am I have the tab's max width set to 4 characters on the screenshot in my original post (which I believe is the default, as I don't remember changing it to a value that small).
Change your max width to 20 characters, or 50 characters, click OK, and restart the app. If correcting that setting doesn't work, rename your xnview.ini file and start from scratch. You'll see the tabs display normally. Then if you want to pursue it, you can post your old xnview.ini file and it can be looked it.
I tested with your files, and tabs displayed normally with proper settings.
-
woot000
- Posts: 44
- Joined: Thu Nov 19, 2020 12:36 am
Re: 1.11.5 - Tab thumbnails display ellipses on vertical images
Moved my xnview.ini file and the default setting do not contain the ellipses in the tab thumbnail. I decided to do some digging to see what settings could be causing this, and I believe the combination of setting "tabIconify=true" in "[%General]" (no filenames alongside image thumbnails in tabs) and "style=-2"/"style=-4" in "[Start]" (Dark theme/Grey theme) is the exact cause of ellipses appearing in tab thumbnails.jkm wrote: Sat Jul 04, 2026 7:14 pm Change your max width to 20 characters, or 50 characters, click OK, and restart the app. If correcting that setting doesn't work, rename your xnview.ini file and start from scratch. You'll see the tabs display normally. Then if you want to pursue it, you can post your old xnview.ini file and it can be looked it.
Creating an xnview.ini with these settings and opening a tall image reproduces this bug on my end:
Code: Select all
[Start]
style=-2
[%General]
tabIconify=trueYou do not have the required permissions to view the files attached to this post.