file-roller r2520 - in trunk: . data/glade



Author: paobac
Date: Fri Oct 17 16:23:45 2008
New Revision: 2520
URL: http://svn.gnome.org/viewvc/file-roller?rev=2520&view=rev

Log:
2008-10-17  Paolo Bacchilega  <paobac svn gnome org>

	* data/glade/update.glade: 
	* data/glade/properties.glade: 
	* data/glade/password.glade: 
	* data/glade/open-with.glade: 
	* data/glade/new.glade: 
	* data/glade/delete.glade: 
	* data/glade/batch-password.glade: 
	* data/glade/batch-add-files.glade: 
	* data/glade/add-options.glade: 
	
	Fixed bug #556623 â correct spacings in glade dialogues.  
	Patch by Christian Persch.

Modified:
   trunk/ChangeLog
   trunk/data/glade/add-options.glade
   trunk/data/glade/batch-add-files.glade
   trunk/data/glade/batch-password.glade
   trunk/data/glade/delete.glade
   trunk/data/glade/new.glade
   trunk/data/glade/open-with.glade
   trunk/data/glade/password.glade
   trunk/data/glade/properties.glade
   trunk/data/glade/update.glade

Modified: trunk/data/glade/add-options.glade
==============================================================================
--- trunk/data/glade/add-options.glade	(original)
+++ trunk/data/glade/add-options.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="add_options_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes">Load Options</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox19">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">6</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area19">
@@ -68,7 +68,7 @@
 
       <child>
 	<widget class="GtkTable" id="table4">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="n_rows">1</property>
 	  <property name="n_columns">2</property>

Modified: trunk/data/glade/batch-add-files.glade
==============================================================================
--- trunk/data/glade/batch-add-files.glade	(original)
+++ trunk/data/glade/batch-add-files.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="batch_add_files_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes">Create Archive</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox11">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area11">
@@ -144,10 +144,10 @@
 
       <child>
 	<widget class="GtkHBox" id="hbox28">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">24</property>
+	  <property name="spacing">18</property>
 
 	  <child>
 	    <widget class="GtkImage" id="a_add_image">
@@ -161,7 +161,7 @@
 	    </widget>
 	    <packing>
 	      <property name="padding">0</property>
-	      <property name="expand">True</property>
+	      <property name="expand">False</property>
 	      <property name="fill">True</property>
 	    </packing>
 	  </child>
@@ -179,7 +179,7 @@
 		  <property name="n_columns">2</property>
 		  <property name="homogeneous">False</property>
 		  <property name="row_spacing">6</property>
-		  <property name="column_spacing">6</property>
+		  <property name="column_spacing">12</property>
 
 		  <child>
 		    <widget class="GtkLabel" id="a_archive_label">
@@ -344,7 +344,7 @@
 			  <property name="n_columns">2</property>
 			  <property name="homogeneous">False</property>
 			  <property name="row_spacing">6</property>
-			  <property name="column_spacing">6</property>
+			  <property name="column_spacing">12</property>
 
 			  <child>
 			    <widget class="GtkLabel" id="a_password_label">

Modified: trunk/data/glade/batch-password.glade
==============================================================================
--- trunk/data/glade/batch-password.glade	(original)
+++ trunk/data/glade/batch-password.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="password_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox15">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area15">
@@ -70,10 +70,10 @@
 
       <child>
 	<widget class="GtkVBox" id="vbox11">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">12</property>
+	  <property name="spacing">18</property>
 
 	  <child>
 	    <widget class="GtkHBox" id="hbox29">
@@ -102,7 +102,7 @@
 		<widget class="GtkVBox" id="vbox18">
 		  <property name="visible">True</property>
 		  <property name="homogeneous">False</property>
-		  <property name="spacing">0</property>
+		  <property name="spacing">12</property>
 
 		  <child>
 		    <widget class="GtkLabel" id="label44">
@@ -148,7 +148,7 @@
 		      <property name="angle">0</property>
 		    </widget>
 		    <packing>
-		      <property name="padding">12</property>
+		      <property name="padding">0</property>
 		      <property name="expand">False</property>
 		      <property name="fill">False</property>
 		    </packing>
@@ -158,7 +158,7 @@
 		    <widget class="GtkHBox" id="hbox18">
 		      <property name="visible">True</property>
 		      <property name="homogeneous">False</property>
-		      <property name="spacing">5</property>
+		      <property name="spacing">12</property>
 
 		      <child>
 			<widget class="GtkLabel" id="label34">

Modified: trunk/data/glade/delete.glade
==============================================================================
--- trunk/data/glade/delete.glade	(original)
+++ trunk/data/glade/delete.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="delete_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes">Delete</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox14">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area14">
@@ -68,7 +68,7 @@
 
       <child>
 	<widget class="GtkTable" id="table2">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="n_rows">3</property>
 	  <property name="n_columns">2</property>

Modified: trunk/data/glade/new.glade
==============================================================================
--- trunk/data/glade/new.glade	(original)
+++ trunk/data/glade/new.glade	Fri Oct 17 16:23:45 2008
@@ -90,7 +90,7 @@
 	    <widget class="GtkHBox" id="hbox1">
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">6</property>
+	      <property name="spacing">12</property>
 
 	      <child>
 		<widget class="GtkLabel" id="n_archive_type_label">
@@ -179,7 +179,7 @@
 			      <property name="n_columns">2</property>
 			      <property name="homogeneous">False</property>
 			      <property name="row_spacing">6</property>
-			      <property name="column_spacing">6</property>
+			      <property name="column_spacing">12</property>
 
 			      <child>
 				<widget class="GtkLabel" id="n_password_label">

Modified: trunk/data/glade/open-with.glade
==============================================================================
--- trunk/data/glade/open-with.glade	(original)
+++ trunk/data/glade/open-with.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="open_with_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes">Open Files</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox13">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area13">
@@ -70,7 +70,7 @@
 
       <child>
 	<widget class="GtkVBox" id="vbox7">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
 	  <property name="spacing">12</property>
@@ -79,7 +79,7 @@
 	    <widget class="GtkVBox" id="vbox16">
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">5</property>
+	      <property name="spacing">6</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label42">
@@ -163,7 +163,7 @@
 	    <widget class="GtkVBox" id="vbox17">
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">5</property>
+	      <property name="spacing">6</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label44">
@@ -201,7 +201,7 @@
 		    <widget class="GtkVBox" id="vbox9">
 		      <property name="visible">True</property>
 		      <property name="homogeneous">False</property>
-		      <property name="spacing">5</property>
+		      <property name="spacing">6</property>
 
 		      <child>
 			<widget class="GtkScrolledWindow" id="scrolledwindow8">
@@ -290,7 +290,7 @@
 	    <widget class="GtkHBox" id="hbox10">
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
-	      <property name="spacing">5</property>
+	      <property name="spacing">12</property>
 
 	      <child>
 		<widget class="GtkLabel" id="label24">

Modified: trunk/data/glade/password.glade
==============================================================================
--- trunk/data/glade/password.glade	(original)
+++ trunk/data/glade/password.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="password_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes">Password</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
@@ -25,7 +25,7 @@
     <widget class="GtkVBox" id="dialog-vbox15">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area15">
@@ -70,7 +70,7 @@
 
       <child>
 	<widget class="GtkVBox" id="vbox11">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
 	  <property name="spacing">12</property>
@@ -82,7 +82,7 @@
 	      <property name="n_columns">2</property>
 	      <property name="homogeneous">False</property>
 	      <property name="row_spacing">6</property>
-	      <property name="column_spacing">6</property>
+	      <property name="column_spacing">12</property>
 
 	      <child>
 		<widget class="GtkCheckButton" id="pw_encrypt_header_checkbutton">

Modified: trunk/data/glade/properties.glade
==============================================================================
--- trunk/data/glade/properties.glade	(original)
+++ trunk/data/glade/properties.glade	Fri Oct 17 16:23:45 2008
@@ -5,7 +5,7 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="prop_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="width_request">400</property>
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
@@ -26,7 +26,7 @@
     <widget class="GtkVBox" id="dialog-vbox12">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">2</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area12">
@@ -71,7 +71,7 @@
 
       <child>
 	<widget class="GtkTable" id="table3">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="n_rows">7</property>
 	  <property name="n_columns">2</property>

Modified: trunk/data/glade/update.glade
==============================================================================
--- trunk/data/glade/update.glade	(original)
+++ trunk/data/glade/update.glade	Fri Oct 17 16:23:45 2008
@@ -4,7 +4,7 @@
 <glade-interface>
 
 <widget class="GtkDialog" id="update_file_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
@@ -24,7 +24,7 @@
     <widget class="GtkVBox" id="dialog-vbox1">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">14</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="dialog-action_area1">
@@ -129,10 +129,10 @@
 
       <child>
 	<widget class="GtkHBox" id="hbox2">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">12</property>
+	  <property name="spacing">18</property>
 
 	  <child>
 	    <widget class="GtkVBox" id="vbox1">
@@ -238,7 +238,7 @@
 </widget>
 
 <widget class="GtkDialog" id="update_files_dialog">
-  <property name="border_width">6</property>
+  <property name="border_width">5</property>
   <property name="title" translatable="yes"></property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_NONE</property>
@@ -258,7 +258,7 @@
     <widget class="GtkVBox" id="vbox5">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">12</property>
+      <property name="spacing">14</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="hbuttonbox1">
@@ -363,10 +363,10 @@
 
       <child>
 	<widget class="GtkHBox" id="hbox4">
-	  <property name="border_width">6</property>
+	  <property name="border_width">5</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">12</property>
+	  <property name="spacing">18</property>
 
 	  <child>
 	    <widget class="GtkVBox" id="vbox6">



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]