[Libreoffice-commits] core.git: sc/source sc/uiconfig

andreas kainz (via logerrit) logerrit at kemper.freedesktop.org
Mon Feb 24 10:09:43 UTC 2020


 sc/source/ui/dbgui/dbnamdlg.cxx                   |    2 +-
 sc/uiconfig/scalc/ui/definedatabaserangedialog.ui |    9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

New commits:
commit 94a4d4d40514e4a9d18f057e0b2c91785be580fb
Author:     andreas kainz <kainz.a at gmail.com>
AuthorDate: Mon Feb 24 10:08:30 2020 +0100
Commit:     Heiko Tietze <heiko.tietze at documentfoundation.org>
CommitDate: Mon Feb 24 11:09:11 2020 +0100

    tdf#130346 Define Database Range Dialog smaler spacing and resizing
    
    Change-Id: I0c77e5b496f32176766451e8116d758d34acbce1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/89327
    Reviewed-by: Heiko Tietze <heiko.tietze at documentfoundation.org>
    Tested-by: Jenkins

diff --git a/sc/source/ui/dbgui/dbnamdlg.cxx b/sc/source/ui/dbgui/dbnamdlg.cxx
index 6e04622e43f0..04fbc91ecddb 100644
--- a/sc/source/ui/dbgui/dbnamdlg.cxx
+++ b/sc/source/ui/dbgui/dbnamdlg.cxx
@@ -156,7 +156,7 @@ ScDbNameDlg::ScDbNameDlg(SfxBindings* pB, SfxChildWindow* pCW, weld::Window* pPa
     , m_xFrameLabel(m_xAssignFrame->weld_label_widget())
     , m_xExpander(m_xBuilder->weld_expander("more"))
 {
-    m_xEdName->set_height_request_by_rows(8);
+    m_xEdName->set_height_request_by_rows(4);
     m_xEdAssign->SetReferences(this, m_xFrameLabel.get());
     m_xRbAssign->SetReferences(this, m_xEdAssign.get());
     aStrAdd = m_xBtnAdd->get_label();
diff --git a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
index e15475c183be..28ad71397f5b 100644
--- a/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
+++ b/sc/uiconfig/scalc/ui/definedatabaserangedialog.ui
@@ -12,9 +12,10 @@
   </object>
   <object class="GtkDialog" id="DefineDatabaseRangeDialog">
     <property name="can_focus">False</property>
-    <property name="border_width">5</property>
+    <property name="hexpand">True</property>
+    <property name="vexpand">True</property>
+    <property name="border_width">6</property>
     <property name="title" translatable="yes" context="definedatabaserangedialog|DefineDatabaseRangeDialog">Define Database Range</property>
-    <property name="resizable">False</property>
     <property name="default_width">0</property>
     <property name="default_height">0</property>
     <property name="type_hint">dialog</property>
@@ -24,6 +25,8 @@
     <child internal-child="vbox">
       <object class="GtkBox" id="dialog-vbox1">
         <property name="can_focus">False</property>
+        <property name="hexpand">True</property>
+        <property name="vexpand">True</property>
         <property name="orientation">vertical</property>
         <property name="spacing">12</property>
         <child internal-child="action_area">
@@ -323,7 +326,7 @@
                         <property name="can_focus">False</property>
                         <property name="hexpand">True</property>
                         <property name="orientation">vertical</property>
-                        <property name="spacing">6</property>
+                        <property name="spacing">3</property>
                         <child>
                           <object class="GtkCheckButton" id="ContainsColumnLabels">
                             <property name="label" translatable="yes" context="definedatabaserangedialog|ContainsColumnLabels">Co_ntains column labels</property>


More information about the Libreoffice-commits mailing list