Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
Hi,
Chinese, Japanese and Korean uses CJK font for their language.
If the title is CJK font and the width of browser is not wide, the appearance is not good like this image.
My Idea is to limit height of title.
I have added some line to "view/css/projeqtor.css"
.title {
font-size: 12pt;
font-weight: bold;
display: block;
max-height: 2em;
}
This lead the appearance to below image..
How about ?
Hi,
This seems to happen when screen resolution is a bit too small.
As your proposal bring no regression to non CJK languages and may help for CJK, it will be included in next version.
Ticket #1527

