[Xfce4-commits] [xfce/xfce4-settings] 60/67: display: Make the disabled display font smaller

noreply at xfce.org noreply at xfce.org
Sat Sep 22 11:23:51 CEST 2018


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 <simon.steinbeiss at elfenbeinturm.at>
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.


More information about the Xfce4-commits mailing list