This is an automated email from the git hooks/post-receive script. o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r in repository xfce/xfce4-settings.
commit c86436a2de5d3ac120fe40eaff08b45d3af6e1b5 Author: Simon Steinbeiss <[email protected]> Date: Fri Sep 7 23:31:00 2018 +0200 display: Make the disabled display font smaller --- dialogs/display-settings/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dialogs/display-settings/main.c b/dialogs/display-settings/main.c index 031c6ba..aa0d365 100644 --- a/dialogs/display-settings/main.c +++ b/dialogs/display-settings/main.c @@ -3103,7 +3103,7 @@ paint_output (cairo_t *cr, int i, double *snap_x, double *snap_y) { PangoLayout *display_state; display_state = gtk_widget_create_pango_layout ( GTK_WIDGET (randr_gui_area), _("(Disabled)")); - layout_set_font (display_state, "Sans 9"); + layout_set_font (display_state, "Sans 8"); pango_layout_get_pixel_extents (display_state, &ink_extent, &log_extent); available_w = w * scale + 0.5 - 6; -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
