diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-12-29 14:37:02 -0600 |
---|---|---|
committer | Yousuf Philips <philipz85@hotmail.com> | 2014-12-29 23:06:05 +0000 |
commit | f693715fb18bae97b6285126923b78369a6b112d (patch) | |
tree | afc67e32a7fc9c941e1c5f5092928a82296b5232 | |
parent | 4774b2f0e6a0e895d1e63256147eaff59efd0eda (diff) |
fdo#86592 Fix radio button’s groups (4.4)
Change-Id: I861a8f38adf8bb2bda193befe100ba535eef83ba
Reviewed-on: https://gerrit.libreoffice.org/13691
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
(cherry picked from commit 12496548474d5361c034eba0ecb382a375b02769)
Reviewed-on: https://gerrit.libreoffice.org/13692
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | cui/uiconfig/ui/colorpickerdialog.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/cui/uiconfig/ui/colorpickerdialog.ui b/cui/uiconfig/ui/colorpickerdialog.ui index 1ebb71ca5179..5b4f79f91e4c 100644 --- a/cui/uiconfig/ui/colorpickerdialog.ui +++ b/cui/uiconfig/ui/colorpickerdialog.ui @@ -145,7 +145,7 @@ </packing> </child> <child> - <object class="cuilo-ColorFieldControl" id="colorField"> + <object class="cuilo-ColorFieldControl" id="colorField:border"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> @@ -157,7 +157,7 @@ </packing> </child> <child> - <object class="cuilo-ColorSliderControl" id="colorSlider"> + <object class="cuilo-ColorSliderControl" id="colorSlider:border"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="vexpand">True</property> @@ -408,7 +408,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">satRadiobutton</property> + <property name="group">redRadiobutton</property> </object> <packing> <property name="left_attach">0</property> @@ -425,7 +425,7 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">hueRadiobutton</property> + <property name="group">redRadiobutton</property> </object> <packing> <property name="left_attach">0</property> @@ -442,7 +442,7 @@ <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> - <property name="group">hueRadiobutton</property> + <property name="group">redRadiobutton</property> </object> <packing> <property name="left_attach">0</property> |