pcmanfm icon indicating copy to clipboard operation
pcmanfm copied to clipboard

Add fixed-width tab label option in GTK3

Open yagi-tan opened this issue 5 months ago • 0 comments

Currently, tab label maximum width option is ignored when building with GTK3, resulting to unlimited tab label width. This commit will add option to either use fixed-width tab label as per maximum width or fit-to-text up to maximum width, similar to GTK2. Tested on Debian Trixie with X11, GTK2 v2.24.33 and GTK3 v3.24.49.

Screenshots (above window has maximum tab label width of 10 characters, below 15):

GTK2

gtk2 max_char=10,15

GTK3 with fixed-width disabled

gtk3 max_char=10,15 fixed_width=0

GTK3 with fixed-width enabled

gtk3 max_char=10,15 fixed_width=1

yagi-tan avatar Oct 31 '25 09:10 yagi-tan