diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-29 16:23:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-29 16:28:09 +0100 |
commit | 5bb64f5337a6d396a20a7b31186102481390b816 (patch) | |
tree | 608850297be2fd10a6bed977bdae587919496827 | |
parent | 059280acb565b5ef7b6ac1890f2f3d61a9ebdb05 (diff) |
the 'Edit' button is a color picker, rename and move
to the color value entry column
Change-Id: I3c044fbff2e93c553f2eb8da33f99a944a6db336
-rw-r--r-- | cui/uiconfig/ui/colorpage.ui | 32 |
1 files changed, 17 insertions, 15 deletions
diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui index 8a5ff5ff125b..5d91456ce801 100644 --- a/cui/uiconfig/ui/colorpage.ui +++ b/cui/uiconfig/ui/colorpage.ui @@ -429,6 +429,22 @@ </packing> </child> <child> + <object class="GtkButton" id="edit"> + <property name="label">_Pick</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">5</property> + </packing> + </child> + <child> + <placeholder/> + </child> + <child> <placeholder/> </child> <child> @@ -480,20 +496,6 @@ </packing> </child> <child> - <object class="GtkButton" id="edit"> - <property name="label">gtk-edit</property> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="receives_default">True</property> - <property name="use_stock">True</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">2</property> - </packing> - </child> - <child> <object class="GtkButton" id="delete"> <property name="label">gtk-delete</property> <property name="visible">True</property> @@ -504,7 +506,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">3</property> + <property name="position">2</property> </packing> </child> <child> |