diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-09-01 21:18:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-09-01 21:18:18 +0800 |
commit | a3fe38e2a6e6e1e1fc18909ff0a7ad1d694ca6f9 (patch) | |
tree | 9f7213ef1f1e142d3f9a257714da7b97c7650164 /src/ephy-toolbar-editor.c | |
parent | ad3b0b222cf7876c4a538b379102e067478cdf73 (diff) | |
download | gsoc2013-epiphany-a3fe38e2a6e6e1e1fc18909ff0a7ad1d694ca6f9.tar.gz gsoc2013-epiphany-a3fe38e2a6e6e1e1fc18909ff0a7ad1d694ca6f9.tar.zst gsoc2013-epiphany-a3fe38e2a6e6e1e1fc18909ff0a7ad1d694ca6f9.zip |
Fix HIG spacings.
2005-09-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor):
* src/pdm-dialog.c: (show_cookies_properties):
Fix HIG spacings.
Diffstat (limited to 'src/ephy-toolbar-editor.c')
-rw-r--r-- | src/ephy-toolbar-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-toolbar-editor.c b/src/ephy-toolbar-editor.c index 97a8558d6..098991d8c 100644 --- a/src/ephy-toolbar-editor.c +++ b/src/ephy-toolbar-editor.c @@ -196,7 +196,7 @@ ephy_toolbar_editor_constructor (GType type, vbox = GTK_DIALOG (dialog)->vbox; gtk_container_set_border_width (GTK_CONTAINER (GTK_DIALOG (dialog)), 5); - gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 18); + gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 2); gtk_dialog_set_has_separator (GTK_DIALOG (dialog), FALSE); gtk_window_set_title (GTK_WINDOW (dialog), _("Toolbar Editor")); gtk_window_set_transient_for (GTK_WINDOW (dialog), GTK_WINDOW (priv->window)); |