[gnome-network]Patch for Desktop Client Dialog



This patch fixes a couple small issues in the desktop dialog.
Firstly, it makes it resizable (which, also consequentially
makes it look like a dialog to metacity rather than a normal
window, oddly enough, in terms of border drawing). It also
changes some of the spacing and border width settings, so that
it is consistent with what most all other dialogs do.

-- dobey

? desktop/gnome-remote-desktop.gladep
Index: desktop/gnome-remote-desktop.glade
===================================================================
RCS file: /cvs/gnome/gnome-network/desktop/gnome-remote-desktop.glade,v
retrieving revision 1.6
diff -u -r1.6 gnome-remote-desktop.glade
--- desktop/gnome-remote-desktop.glade	18 Aug 2003 14:36:19 -0000	1.6
+++ desktop/gnome-remote-desktop.glade	22 Sep 2003 23:16:07 -0000
@@ -5,13 +5,12 @@
 <requires lib="gnome"/>
 
 <widget class="GtkDialog" id="remote-desktop-dialog">
-  <property name="border_width">12</property>
   <property name="visible">True</property>
   <property name="title" translatable="yes">GNOME Remote Desktop</property>
   <property name="type">GTK_WINDOW_TOPLEVEL</property>
   <property name="window_position">GTK_WIN_POS_CENTER</property>
   <property name="modal">False</property>
-  <property name="resizable">False</property>
+  <property name="resizable">True</property>
   <property name="destroy_with_parent">False</property>
   <property name="has_separator">False</property>
 
@@ -19,7 +18,7 @@
     <widget class="GtkVBox" id="dialog-vbox1">
       <property name="visible">True</property>
       <property name="homogeneous">False</property>
-      <property name="spacing">24</property>
+      <property name="spacing">0</property>
 
       <child internal-child="action_area">
 	<widget class="GtkHButtonBox" id="action_area">
@@ -117,7 +116,7 @@
 	  <property name="border_width">6</property>
 	  <property name="visible">True</property>
 	  <property name="homogeneous">False</property>
-	  <property name="spacing">12</property>
+	  <property name="spacing">6</property>
 
 	  <child>
 	    <widget class="GtkHBox" id="hbox2">
@@ -530,7 +529,7 @@
 		    <widget class="GtkHBox" id="hbox7">
 		      <property name="visible">True</property>
 		      <property name="homogeneous">False</property>
-		      <property name="spacing">0</property>
+		      <property name="spacing">6</property>
 
 		      <child>
 			<widget class="GtkLabel" id="label19">


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