<p>In <a href="https://github.com/geany/geany-plugins/pull/467#discussion_r71739191">geanydoc/src/geanydoc.c</a>:</p>
<pre style='color:#555'>> @@ -336,7 +332,9 @@ create_Configure(void)
>    gtk_window_set_title(GTK_WINDOW(Configure), _("Doc"));
>    gtk_window_set_type_hint(GTK_WINDOW(Configure), GDK_WINDOW_TYPE_HINT_DIALOG);
>  
> -  dialog_vbox1 = GTK_DIALOG(Configure)->vbox;
> +  dialog_vbox1 = gtk_vbox_new(FALSE, 6);
</pre>
<p>doesn't this <code>6</code> change UI layout?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/467/files/280902ad73fdee54c9df8dbbf79956652b73304f#r71739191">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABDrJ9LiPXHL7gyX_LjQONifXBqy2xI5ks5qX546gaJpZM4JR7UX">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6ByRI43kRxyUyoMrtvXkySX4cKIks5qX546gaJpZM4JR7UX.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/467/files/280902ad73fdee54c9df8dbbf79956652b73304f#r71739191"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>