diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-15 10:55:34 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-15 10:35:25 +0000 |
commit | e26b5b4fb7e9146fb142422dbc3061c346935cfc (patch) | |
tree | 86b46a1251206efafaf5fd6b07666ee06889b33f /xmlsecurity/inc/certificateviewer.hxx | |
parent | c9da7f6bfe25d217fe3fdd09b82b95e9491cd8e3 (diff) |
gpg4libre: Improve certificate details view
* Remove SQL Syntax highlighting
* Add a vertical scrollbar if neccessary
Change-Id: Ib1de2694761ef650ccef16a5b5773c7be0602682
Reviewed-on: https://gerrit.libreoffice.org/35210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/inc/certificateviewer.hxx')
-rw-r--r-- | xmlsecurity/inc/certificateviewer.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/inc/certificateviewer.hxx b/xmlsecurity/inc/certificateviewer.hxx index b2872075a830..76174ccfb51b 100644 --- a/xmlsecurity/inc/certificateviewer.hxx +++ b/xmlsecurity/inc/certificateviewer.hxx @@ -99,7 +99,7 @@ class CertificateViewerDetailsTP : public CertificateViewerTP private: VclPtr<SvSimpleTableContainer> m_pElementsLBContainer; VclPtr<SvSimpleTable> m_pElementsLB; - VclPtr<MultiLineEdit> m_pValueDetails; + VclPtr<VclMultiLineEdit> m_pValueDetails; vcl::Font m_aStdFont; vcl::Font m_aFixedWidthFont; |