diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-09 09:53:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2023-08-09 11:35:22 +0200 |
commit | 13eb63f377f46a61bc763ab0f40eb6769dcefbb8 (patch) | |
tree | fd87c68a283238eba83216405ec89aeb3452b92d /include/sfx2/charwin.hxx | |
parent | 2f9e67d1e70bdc45dfc59554547bc3730481a757 (diff) |
Resolves: tdf#156661 only set a fixed height for the single row case
of the insert special character dialog. The character popdown uses
multiple rows instead.
Change-Id: If3c5578a018a31dbdb0a0d9785f18b570e13112f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/155502
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'include/sfx2/charwin.hxx')
-rw-r--r-- | include/sfx2/charwin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sfx2/charwin.hxx b/include/sfx2/charwin.hxx index 1e3672a9de4e..d0a8f86d2e51 100644 --- a/include/sfx2/charwin.hxx +++ b/include/sfx2/charwin.hxx @@ -92,7 +92,7 @@ class SFX2_DLLPUBLIC SfxCharmapContainer DECL_DLLPRIVATE_LINK(FavClearAllClickHdl, SvxCharView*, void); public: - SfxCharmapContainer(weld::Builder& rBuilder, const VclPtr<VirtualDevice>& rVirDev); + SfxCharmapContainer(weld::Builder& rBuilder, const VclPtr<VirtualDevice>& rVirDev, bool bLockGridSizes); void init(bool bHasInsert, const Link<SvxCharView*,void> &rMouseClickHdl, const Link<void*,void> &rUpdateFavHdl, |