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



commit 69c8e47a507a9370eb3525572ea85c253b90a7fa
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 a4bf11a..fd176fa 100644
--- a/src/profile-preferences.glade
+++ b/src/profile-preferences.glade
@@ -1082,6 +1082,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">
@@ -1593,7 +1594,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]