[Libreoffice-commits] core.git: cui/source
Katarina Behrens
Katarina.Behrens at cib.de
Tue Feb 27 09:54:58 UTC 2018
cui/source/options/optgenrl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a5411abe23cdf1e4de3ab5abfe209a4cbf07e511
Author: Katarina Behrens <Katarina.Behrens at cib.de>
Date: Mon Feb 26 18:29:27 2018 +0100
tdf#1155015: Make sure checkbox text really wraps
for :wrap property to be effective, a reasonable height request is
needed so the text is not forced into single line again
Change-Id: I3bfe459b4894cad1682d03a8ef77f0c54690bf4d
Reviewed-on: https://gerrit.libreoffice.org/50394
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/cui/source/options/optgenrl.cxx b/cui/source/options/optgenrl.cxx
index bd5472ac569f..d3db2cfa9b36 100644
--- a/cui/source/options/optgenrl.cxx
+++ b/cui/source/options/optgenrl.cxx
@@ -329,6 +329,7 @@ void SvxGeneralTabPage::InitCryptography()
m_pSigningKeyLB->set_width_request(aSize.Width());
m_pEncryptionKeyLB->set_width_request(aSize.Width());
m_pEncryptToSelfCB->set_width_request(aSize.Width());
+ m_pEncryptToSelfCB->set_height_request(aSize.Height());
}
}
More information about the Libreoffice-commits
mailing list