tdf#165271 Improve Option dialog for Pivot Table

Change-Id: I2317ab71c11da62abb400a67cbe5a93c11f39005
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/181797
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
This commit is contained in:
Bogdan Buzea
2025-02-17 19:59:30 +01:00
committed by Heiko Tietze
parent 1849e2d46c
commit fdd666e566

View File

@@ -659,7 +659,7 @@
</child>
<child>
<object class="GtkCheckButton" id="check-total-rows">
<property name="label" translatable="yes" context="pivottablelayoutdialog|check-total-rows">Total rows</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|check-total-rows">Show totals row</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>
@@ -678,7 +678,7 @@
</child>
<child>
<object class="GtkCheckButton" id="check-total-columns">
<property name="label" translatable="yes" context="pivottablelayoutdialog|check-total-columns">Total columns</property>
<property name="label" translatable="yes" context="pivottablelayoutdialog|check-total-columns">Show totals column</property>
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">False</property>