summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--command/command.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/command.c b/command/command.c
index 7a606e1f..e13a0f0c 100644
--- a/command/command.c
+++ b/command/command.c
@@ -136,6 +136,7 @@ command_settings_callback (GtkAction *action, CommandApplet *command_applet)
gtk_table_set_col_spacings (table, 12);
gtk_window_set_default_size (GTK_WINDOW (dialog), 350, 150);
+ gtk_container_set_border_width (GTK_CONTAINER (dialog), 10);
widget = gtk_label_new (_("Command:"));
gtk_misc_set_alignment (GTK_MISC (widget), 1.0, 0.5);