text-scaling-factor incorrectly affects size of UI elements such as scrollbars
Categories
(Core :: Widget: Gtk, defect, P3)
Tracking
()
People
(Reporter: nagisa, Assigned: emilio)
References
(Regression)
Details
(Keywords: regression)
Attachments
(2 files, 1 obsolete file)
I have set the following system-wide property:
gsettings set org.gnome.desktop.interface text-scaling-factor 1.5
Firefox picks it up and derives its own devPixelPerCss from this. Afterwards the UI elements and scrollbars will be scaled accordingly, which is not what native GTK applications do. The newly implemented scrollbars look pretty jarring, for instance (see the attached screenshot).
This is not an issue that affects scrollbars in current stable firefox.
Reporter | ||
Updated•4 years ago
|
Reporter | ||
Comment 1•4 years ago
|
||
Assignee | ||
Comment 2•4 years ago
|
||
Thanks for filing, will take a look. As a workaround you can customize the scrollbar size changing widget.non-native-theme.scrollbar.size
.
Reporter | ||
Comment 3•4 years ago
|
||
Setting widget.non-native-theme.scrollbar.size
to 12 / text-scaling-factor = 8
does produce very native-looking results.
Assignee | ||
Comment 4•4 years ago
|
||
This matches the native theme. We plumb it via LookAndFeel to avoid
having to load GTK settings in child processes.
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Updated•4 years ago
|
Comment 6•4 years ago
|
||
bugherder |
Updated•3 years ago
|
Description
•