diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 15:57:43 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-11-07 21:53:36 +0100 |
commit | e9669a5a9652a6f9615aeff2be36c0adcae96985 (patch) | |
tree | 22b3551d986c0b9fa00e2f0d7861c8903d29b9df /vcl/unx/gtk3 | |
parent | 0f311cebd6b55eb655dc552fdd2b69943eca023b (diff) |
make size group defaults match and document what the default is
Change-Id: Ic9a90d50d19b82ffd2ad599a106c2bc58d138f17
Reviewed-on: https://gerrit.libreoffice.org/82237
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/unx/gtk3')
-rw-r--r-- | vcl/unx/gtk3/gtk3gtkinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index e813b9cb7d89..2b903bf49cbd 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -3133,7 +3133,7 @@ private: GtkSizeGroup* m_pGroup; public: GtkInstanceSizeGroup() - : m_pGroup(gtk_size_group_new(GTK_SIZE_GROUP_NONE)) + : m_pGroup(gtk_size_group_new(GTK_SIZE_GROUP_HORIZONTAL)) { } virtual void add_widget(weld::Widget* pWidget) override |