[gnome-color-manager] trivial: Switch around the XYZ and LAB values in the picker widget
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-color-manager] trivial: Switch around the XYZ and LAB values in the picker widget
- Date: Tue, 27 Apr 2010 12:57:50 +0000 (UTC)
commit 3a8ccfbd245f6f8f94a2a666cc9c022e4b98c3b7
Author: Richard Hughes <richard hughsie com>
Date: Tue Apr 27 13:51:42 2010 +0100
trivial: Switch around the XYZ and LAB values in the picker widget
data/gcm-picker.ui | 26 +++++++++++++-------------
1 files changed, 13 insertions(+), 13 deletions(-)
---
diff --git a/data/gcm-picker.ui b/data/gcm-picker.ui
index eacebfe..596d629 100644
--- a/data/gcm-picker.ui
+++ b/data/gcm-picker.ui
@@ -64,16 +64,16 @@
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
- <object class="GtkHBox" id="hbox_lab">
+ <object class="GtkHBox" id="hbox_xyz">
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkHBox" id="hbox_lab_align">
+ <object class="GtkHBox" id="hbox_xyz_align">
<property name="visible">True</property>
<child>
- <object class="GtkLabel" id="label_lab_title">
+ <object class="GtkLabel" id="label_xyz_title">
<property name="visible">True</property>
- <property name="label" translatable="yes">LAB:</property>
+ <property name="label" translatable="yes">XYZ:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -89,7 +89,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_lab">
+ <object class="GtkLabel" id="label_xyz">
<property name="visible">True</property>
<property name="selectable">True</property>
</object>
@@ -107,16 +107,16 @@
</packing>
</child>
<child>
- <object class="GtkHBox" id="hbox_xyz">
+ <object class="GtkHBox" id="hbox_lab">
<property name="visible">True</property>
<property name="spacing">12</property>
<child>
- <object class="GtkHBox" id="hbox_xyz_align">
+ <object class="GtkHBox" id="hbox_lab_align">
<property name="visible">True</property>
<child>
- <object class="GtkLabel" id="label_xyz_title">
+ <object class="GtkLabel" id="label_lab_title">
<property name="visible">True</property>
- <property name="label" translatable="yes">XYZ:</property>
+ <property name="label" translatable="yes">LAB:</property>
</object>
<packing>
<property name="expand">False</property>
@@ -132,7 +132,7 @@
</packing>
</child>
<child>
- <object class="GtkLabel" id="label_xyz">
+ <object class="GtkLabel" id="label_lab">
<property name="visible">True</property>
<property name="selectable">True</property>
</object>
@@ -303,10 +303,10 @@
</object>
<object class="GtkSizeGroup" id="sizegroup_titles">
<widgets>
- <widget name="hbox_lab_align"/>
- <widget name="hbox_xyz_align"/>
- <widget name="hbox_colorspace_align"/>
<widget name="hbox_rgb_align"/>
+ <widget name="hbox_colorspace_align"/>
+ <widget name="hbox_xyz_align"/>
+ <widget name="hbox_lab_align"/>
</widgets>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]