[MPlayer-cvslog] r38592 - trunk/gui/dialog/preferences.c

ib subversion at mplayerhq.hu
Thu Jun 20 12:37:04 EEST 2024


Author: ib
Date: Thu Jun 20 12:37:04 2024
New Revision: 38592

Log:
Increase the spacing a bit.

This breaks up the look and feel.

Modified:
   trunk/gui/dialog/preferences.c

Modified: trunk/gui/dialog/preferences.c
==============================================================================
--- trunk/gui/dialog/preferences.c	Thu Jun 20 12:35:59 2024	(r38591)
+++ trunk/gui/dialog/preferences.c	Thu Jun 20 12:37:04 2024	(r38592)
@@ -800,6 +800,7 @@ static GtkWidget * CreatePreferences( vo
 /* 3rd page */
 
   vbox6=gtkAddVBox( notebook1,0 );
+  gtk_box_set_spacing(GTK_BOX(vbox6), 2);
 
   vbox600=gtkAddVBox(
     gtkAddFrame( NULL,GTK_SHADOW_NONE,
@@ -1049,6 +1050,7 @@ static GtkWidget * CreatePreferences( vo
 /* 5th page */
 
   vbox601=gtkAddVBox( notebook1,0 );
+  gtk_box_set_spacing(GTK_BOX(vbox601), 2);
 
   vbox602=gtkAddVBox(
     gtkAddFrame( NULL,GTK_SHADOW_NONE,
@@ -1083,6 +1085,7 @@ static GtkWidget * CreatePreferences( vo
 /* 6th page */
 
   vbox601=gtkAddVBox( notebook1,0 );
+  gtk_box_set_spacing(GTK_BOX(vbox601), 2);
 
   vbox602=gtkAddVBox(
     gtkAddFrame( NULL,GTK_SHADOW_NONE,


More information about the MPlayer-cvslog mailing list