After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 757806 - Font selection: make button text match selected typeface
Font selection: make button text match selected typeface
Status: RESOLVED FIXED
Product: gnome-tweak-tool
Classification: Applications
Component: general
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Tweak Tool maintainer(s)
GNOME Tweak Tool maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2015-11-09 10:17 UTC by Nikolaus Waxweiler
Modified: 2016-01-17 19:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
widgets: Use selected font on font selector buttons (886 bytes, patch)
2016-01-17 19:24 UTC, Rui Matos
committed Details | Review

Description Nikolaus Waxweiler 2015-11-09 10:17:16 UTC
A user recently got confused when he thought the console font would be Cantarell when it really was DejaVu Sans Mono, because the button text was rendered in Cantarell. Please use the equivalent of gtk_font_button_set_use_font(), presumably in https://git.gnome.org/browse/gnome-tweak-tool/tree/gtweak/widgets.py#n286.
Comment 1 Rui Matos 2016-01-17 19:24:17 UTC
Created attachment 319223 [details] [review]
widgets: Use selected font on font selector buttons
Comment 2 Rui Matos 2016-01-17 19:25:54 UTC
Attachment 319223 [details] pushed as f0aefa8 - widgets: Use selected font on font selector buttons