Skip to content

Conversation

@yagi-tan
Copy link

@yagi-tan yagi-tan commented Oct 31, 2025

Currently, tab label maximum width option is ignored when building with GTK3, resulting in 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

Currently, tab label maximum width option is ignored when building with GTK3,
resulting in 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant