summaryrefslogtreecommitdiff
path: root/sd/source/ui/dlg
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2019-07-24 10:45:14 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2019-07-29 12:11:09 +0200
commita34c898844abe9ad139d3ee22474726eed84351a (patch)
treed39edfdb25b0a95777a7e860e841a737655c85df /sd/source/ui/dlg
parente70460f59056b0a4957b534ab26b5c64eb94926c (diff)
Resolves: tdf#126510 - Expander sections are bad UX
GtkExpander replaced by GtkFrames Change-Id: I07130f7f070e45bf60ffb4fc26605b79556534b3 Reviewed-on: https://gerrit.libreoffice.org/76219 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sd/source/ui/dlg')
-rw-r--r--sd/source/ui/dlg/BulletAndPositionDlg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/dlg/BulletAndPositionDlg.cxx b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
index dd811411d493..ae5655b32c55 100644
--- a/sd/source/ui/dlg/BulletAndPositionDlg.cxx
+++ b/sd/source/ui/dlg/BulletAndPositionDlg.cxx
@@ -133,7 +133,7 @@ SvxBulletAndPositionDlg::SvxBulletAndPositionDlg(weld::Window* pWindow, const Sf
, m_xPrefixED(m_xBuilder->weld_entry("prefix"))
, m_xSuffixFT(m_xBuilder->weld_label("suffixft"))
, m_xSuffixED(m_xBuilder->weld_entry("suffix"))
- , m_xBeforeAfter(m_xBuilder->weld_expander("beforeafter"))
+ , m_xBeforeAfter(m_xBuilder->weld_frame("beforeafter"))
, m_xBulColorFT(m_xBuilder->weld_label("colorft"))
, m_xBulColLB(new ColorListBox(m_xBuilder->weld_menu_button("color"), pWindow))
, m_xBulRelSizeFT(m_xBuilder->weld_label("relsizeft"))