mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-10 07:50:19 +00:00
Set wide handle for GTK3 horizontal paned widget
This commit is contained in:
committed by
GitHub
parent
4ba03065bc
commit
bf4782d3e1
@@ -2894,6 +2894,7 @@ mg_create_center (session *sess, session_gui *gui, GtkWidget *box)
|
||||
/* sep between left and xtext */
|
||||
#if HAVE_GTK3
|
||||
gui->hpane_left = gtk_paned_new (GTK_ORIENTATION_HORIZONTAL);
|
||||
gtk_paned_set_wide_handle (GTK_PANED (gui->hpane_left), FALSE);
|
||||
#elif !HAVE_GTK3
|
||||
gui->hpane_left = gtk_hpaned_new ();
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user