diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-18 15:17:40 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-09-18 15:27:19 +0300 |
commit | 05ed3a5da62b1c552f24d559f4a35c314f23a4f0 (patch) | |
tree | 377fe2c7f63fe1cb646ba854847e544a5fdbdda1 /svx/uiconfig/ui | |
parent | 5aa24b83fca3a507f1c2dc03e3ec52f063029522 (diff) |
Adapt the code for the new automatic button
It's now used instead of the 0 item of the ValueSet,
but part of the code wasn't adapted:
* Set the correct text (Automatic/No Fill) depending on
the command.
* Hide the button for frame/line colors, since there is
no such thing as "Automatic" color.
* Remove the selection and the status update code of the
0 item.
Change-Id: Ib7d3d97a16368f2a59373efd6b81a220151881d5
Diffstat (limited to 'svx/uiconfig/ui')
-rw-r--r-- | svx/uiconfig/ui/colorwindow.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svx/uiconfig/ui/colorwindow.ui b/svx/uiconfig/ui/colorwindow.ui index 8daa9b2f4da2..0cbeaadf18b6 100644 --- a/svx/uiconfig/ui/colorwindow.ui +++ b/svx/uiconfig/ui/colorwindow.ui @@ -20,7 +20,6 @@ <property name="orientation">vertical</property> <child> <object class="GtkButton" id="auto_color_button"> - <property name="label" translatable="yes">Automatic</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> |