summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-05-10 11:38:14 +0200
committerKatarina Behrens <Katarina.Behrens@cib.de>2016-05-10 20:03:26 +0000
commit750e39302ee9bc7e2583b8efbca79c25c93d0bff (patch)
treea786fc856d1eb916b14e6dd804339d9c15ae3a46
parent4266caadbbe67fa23de0df3b84f4d923cfd57201 (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>
-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>