[Xfce4-commits] [xfce/xfwm4] 27/32: tabwin: fix initial sizing

noreply at xfce.org noreply at xfce.org
Tue Dec 5 09:22:13 CET 2017


This is an automated email from the git hooks/post-receive script.

o   l   i   v   i   e   r       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/xfwm4.

commit 01e33319216f5a0aad00ba0bce3e7560e2dabda7
Author: Viktor Odintsev <ninetls at xfce.org>
Date:   Fri Aug 4 03:01:17 2017 +0300

    tabwin: fix initial sizing
---
 src/tabwin.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/tabwin.c b/src/tabwin.c
index 5530aef..51ee043 100644
--- a/src/tabwin.c
+++ b/src/tabwin.c
@@ -740,6 +740,7 @@ tabwinCreateWidget (Tabwin *tabwin, ScreenInfo *screen_info, gint monitor_num)
     tabwin_widget->height = -1;
 
     gtk_window_set_screen (GTK_WINDOW (tabwin_widget), screen_info->gscr);
+    gtk_window_set_default_size (GTK_WINDOW (tabwin_widget), 0, 0);
     gtk_widget_set_name (GTK_WIDGET (tabwin_widget), XFWM_TABWIN_NAME);
     apply_default_theme (tabwin_widget);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list