cui/source/options/optgenrl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit a5411abe23cdf1e4de3ab5abfe209a4cbf07e511
Author: Katarina Behrens <[email protected]>
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 <[email protected]>
Reviewed-by: Katarina Behrens <[email protected]>
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());
}
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits