summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
Diffstat (limited to 'sw')
-rw-r--r--sw/source/ui/fldui/fldvar.cxx2
-rw-r--r--sw/uiconfig/swriter/ui/fldvarpage.ui4
2 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/ui/fldui/fldvar.cxx b/sw/source/ui/fldui/fldvar.cxx
index f690623a2dfa..c3a529650a17 100644
--- a/sw/source/ui/fldui/fldvar.cxx
+++ b/sw/source/ui/fldui/fldvar.cxx
@@ -73,7 +73,7 @@ SwFieldVarPage::SwFieldVarPage(weld::Container* pPage, weld::DialogController* p
m_xNumFormatLB->get_widget().set_size_request(nWidth, nHeight/2);
m_xValueED->get_widget().set_size_request(m_xValueED->get_widget().get_preferred_size().Width(),
- m_xValueED->get_widget().get_height_rows(3));
+ m_xValueED->get_widget().get_height_rows(6));
m_sOldValueFT = m_xValueFT->get_label();
m_sOldNameFT = m_xNameFT->get_label();
diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui b/sw/uiconfig/swriter/ui/fldvarpage.ui
index 94782577de46..d6bea58f3034 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -46,8 +46,8 @@
</object>
<!-- n-columns=3 n-rows=2 -->
<object class="GtkGrid" id="FieldVarPage">
- <property name="width-request">600</property>
- <property name="height-request">300</property>
+ <property name="width-request">700</property>
+ <property name="height-request">400</property>
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="hexpand">True</property>
bre-5-4&id=51d474abdb8835fe8de055795f17ee580474fab4'>drop cairocanvas::ColorType enumNoel Grandin 2017-02-15Drop :: prefix from std in c*/Tor Lillqvist 2017-02-13Fix typosAndrea Gelmini 2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin 2017-02-03makeAny->Any in canvas..configmgrNoel Grandin 2017-02-01tdf#105620: Probably better to not ignore initial x0 and y0Tor Lillqvist 2017-02-01tdf#105620: Fix placement of image embedded in graphicTor Lillqvist 2017-01-31more SAL_WARN_UNUSEDNoel Grandin 2017-01-31teach lolugin:stringconstant about calling constructorsNoel Grandin 2017-01-30Drop meaningless forward declarationTor Lillqvist 2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin 2017-01-27Fix comments to match realityTor Lillqvist 2017-01-26Remove dynamic exception specificationsStephan Bergmann 2017-01-23tdf#100151: Dispose of window if DX device creation failedAron Budea 2017-01-11loplugin:externvar (clang-cl)Stephan Bergmann 2017-01-09New loplugin:externvar: canvasStephan Bergmann 2017-01-06loplugin:salboolStephan Bergmann