sc/uiconfig/scalc/ui/pastespecial.ui | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-)
New commits: commit 3b17a70db6c458554382876cb5ff2de22e0eea17 Author: Katarina Behrens <katarina.behr...@cib.de> Date: Tue May 10 11:38:14 2016 +0200 tdf#99588: Fix radio button groups (and thus up/down key cycle) Fix both Operations group (orig. report) as well as the other group (Shift cells) which was broken too, but since the buttons happened to be in alphabetical order, the bug didn't show Change-Id: Ib4d3dca29b286efe58f066dd20c4d4a9d6bf07dd Reviewed-on: https://gerrit.libreoffice.org/24857 Reviewed-by: Katarina Behrens <katarina.behr...@cib.de> Tested-by: Katarina Behrens <katarina.behr...@cib.de> (cherry picked from commit 750e39302ee9bc7e2583b8efbca79c25c93d0bff) Signed-off-by: Adolfo Jayme Barrientos <fit...@ubuntu.com> Reviewed-on: https://gerrit.libreoffice.org/24865 diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui b/sc/uiconfig/scalc/ui/pastespecial.ui index 552d2bf..196dca7 100644 --- a/sc/uiconfig/scalc/ui/pastespecial.ui +++ b/sc/uiconfig/scalc/ui/pastespecial.ui @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> <object class="GtkImage" id="img_paste_transpose"> @@ -317,8 +317,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -351,7 +349,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">none</property> + <property name="group">add</property> </object> <packing> <property name="expand">False</property> @@ -369,7 +367,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">none</property> + <property name="group">subtract</property> </object> <packing> <property name="expand">False</property> @@ -387,7 +385,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">none</property> + <property name="group">multiply</property> </object> <packing> <property name="expand">False</property> @@ -405,7 +403,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">none</property> + <property name="group">divide</property> </object> <packing> <property name="expand">False</property> @@ -449,8 +447,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -542,8 +538,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -576,7 +570,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">no_shift</property> + <property name="group">move_down</property> </object> <packing> <property name="expand">False</property> @@ -594,7 +588,7 @@ <property name="xalign">0</property> <property name="active">True</property> <property name="draw_indicator">True</property> - <property name="group">no_shift</property> + <property name="group">move_right</property> </object> <packing> <property name="expand">False</property> @@ -639,8 +633,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits