summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-05-10 11:38:14 +0200
committerAdolfo Jayme Barrientos <fitojb@ubuntu.com>2016-05-11 01:15:49 +0000
commit3b17a70db6c458554382876cb5ff2de22e0eea17 (patch)
tree85fb36ff27763b777f587bc055585c4f056ad4c0 /sc
parentd5d571f20ec0a5ea4db4716a2b9e78713df10434 (diff)
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.Behrens@cib.de> Tested-by: Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit 750e39302ee9bc7e2583b8efbca79c25c93d0bff) Signed-off-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Reviewed-on: https://gerrit.libreoffice.org/24865
Diffstat (limited to 'sc')
-rw-r--r--sc/uiconfig/scalc/ui/pastespecial.ui22
1 files changed, 7 insertions, 15 deletions
diff --git a/sc/uiconfig/scalc/ui/pastespecial.ui b/sc/uiconfig/scalc/ui/pastespecial.ui
index 552d2bfbb6de..196dca73fba1 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>