Patch to fix spacing between action area and vbox of preferences dialog.
2003-08-01 Dennis Cranston <dennis_cranston at yahoo com> * main.c: Patch to fix spacing between action area and vbox of preferences dialog.
This commit is contained in:
parent
8f5cbf86a1
commit
9f3acb68cd
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@ create_dialog (struct DisplayInfo *info)
|
||||||
|
|
||||||
gtk_window_set_resizable(GTK_WINDOW (dialog), FALSE);
|
gtk_window_set_resizable(GTK_WINDOW (dialog), FALSE);
|
||||||
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
|
gtk_container_set_border_width (GTK_CONTAINER (dialog), 5);
|
||||||
gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 6);
|
gtk_box_set_spacing (GTK_BOX (GTK_DIALOG (dialog)->vbox), 2);
|
||||||
capplet_set_icon (dialog, "display-capplet.png");
|
capplet_set_icon (dialog, "display-capplet.png");
|
||||||
|
|
||||||
for (i = 0; i < info->n_screens; i++)
|
for (i = 0; i < info->n_screens; i++)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue