summaryrefslogtreecommitdiff
path: root/starmath/uiconfig/smath/ui/spacingdialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/uiconfig/smath/ui/spacingdialog.ui')
-rw-r--r--starmath/uiconfig/smath/ui/spacingdialog.ui1
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/uiconfig/smath/ui/spacingdialog.ui b/starmath/uiconfig/smath/ui/spacingdialog.ui
index 7f3144575a9e..0001c6669eff 100644
--- a/starmath/uiconfig/smath/ui/spacingdialog.ui
+++ b/starmath/uiconfig/smath/ui/spacingdialog.ui
@@ -376,6 +376,7 @@
<property name="label" translatable="yes" context="spacingdialog|checkbutton">Scale all brackets</property>
<property name="can_focus">True</property>
<property name="receives_default">False</property>
+ <property name="use_underline">True</property>
<property name="no_show_all">True</property>
<property name="xalign">0</property>
<property name="draw_indicator">True</property>
el Grandin 2017-02-21loplugin:subtlezeroinit: cpputoolsStephan Bergmann 2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-19New loplugin:dynexcspec: Add @throws documentation, cpputoolsStephan Bergmann 2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar 2016-02-09Remove excess newlinesChris Sherlock 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann 2015-11-09new loplugin: oncevarNoel Grandin 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann 2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-08various: sal_Bool->boolNoel Grandin