The ':' separator without spaces was difficult to read on UI
Change-Id: I0886518f254659b6e9c1c242a9331b85e471dd62 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/180233 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
|
||||
void InsertGlos(std::u16string_view rRegion, std::u16string_view rGlosName)
|
||||
{
|
||||
const OUString aTmp = OUString::Concat(rRegion) + ":" + rGlosName;
|
||||
const OUString aTmp = OUString::Concat(rRegion) + " - " + rGlosName;
|
||||
m_xGlosBox->append_text(aTmp);
|
||||
}
|
||||
sal_Int32 GetSelectedIdx() const
|
||||
|
Reference in New Issue
Block a user