[gnome-terminal/gnome-3-4] preferences: Make all colour buttons equal



commit 7dfc7d44e9e41771014d534b0455862a5b860798
Author: Christian Persch <chpe gnome org>
Date:   Mon May 7 00:57:06 2012 +0200

    preferences: Make all colour buttons equal
    
    It doesn't look nice to make the palette ones smaller than the single-standing
    ones, so move the name to the outer vbox which will make the css apply to all of
    the contained colour buttons.

 src/profile-preferences.glade |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/profile-preferences.glade b/src/profile-preferences.glade
index 619a90e..ce3e29d 100644
--- a/src/profile-preferences.glade
+++ b/src/profile-preferences.glade
@@ -1097,6 +1097,7 @@ Hold the terminal open</property>
 	      <property name="visible">True</property>
 	      <property name="homogeneous">False</property>
 	      <property name="spacing">18</property>
+              <property name="name">terminal-palette-table</property>
 
 	      <child>
 		<widget class="GtkVBox" id="vbox82">
@@ -1595,7 +1596,6 @@ Hold the terminal open</property>
 			      <property name="homogeneous">False</property>
 			      <property name="row_spacing">6</property>
 			      <property name="column_spacing">6</property>
-			      <property name="name">terminal-palette-table</property>
 
 			      <child>
 				<widget class="GtkColorButton" id="palette-colorpicker-1">



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