Skip to content
Snippets Groups Projects
Commit d980a025 authored by Enrico Tröger's avatar Enrico Tröger
Browse files

Remove the previously added space between panel button and text field because...

Remove the previously added space between panel button and text field because of unwanted side effects with vertical panel.


(Old svn revision: 4623)
parent e79533ee
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ static void dict_plugin_construct(XfcePanelPlugin *plugin)
hbox = gtk_hbox_new(FALSE, 0);
gtk_widget_show(hbox);
gtk_box_pack_start(GTK_BOX(hbox), dpd->panel_button, FALSE, FALSE, 2);
gtk_box_pack_start(GTK_BOX(hbox), dpd->panel_button, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), dpd->dd->panel_entry, FALSE, FALSE, 0);
gtk_container_add(GTK_CONTAINER(plugin), hbox);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment