Bug 375251 - [Win] Font size is too small
Summary: [Win] Font size is too small
Status: RESOLVED FIXED
Alias: None
Product: lokalize
Classification: Applications
Component: editor (show other bugs)
Version: 2.0
Platform: Other Other
: NOR normal
Target Milestone: ---
Assignee: Simon Depiets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-18 17:03 UTC by Safa Alfulaij
Modified: 2018-07-30 05:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Small font size (66.91 KB, image/png)
2017-01-18 17:03 UTC, Safa Alfulaij
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Safa Alfulaij 2017-01-18 17:03:26 UTC
Created attachment 103500 [details]
Small font size

In the Windows version of Lokalize, there is no "Lokalize Settings" dialog, to change the font size, ...
The only way to increase the font size is by ctrl+mouse wheel, that works only with the source textbox (since it's readonly).
The target textbox doesn't allow to change that, which makes reading the text harder for the eye.
Comment 1 Safa Alfulaij 2017-08-01 04:10:55 UTC
Anyway this can be fixed? Even if it's a configuration file, a registry item, anything!
It's extremely hard to see the translation text with this size, the size is smaller than the menus even! :(
And sorry for begging because I can't build anything on Windows, no compilers and no experience.
Comment 2 Simon Depiets 2018-07-16 07:33:54 UTC
Hello,
This is due to the behavior of the QTextEdit widget which doesn't allow zooming with Ctrl+Wheel by default when the field is editable (not read only)
I've suggested this change to fix the issue :

https://phabricator.kde.org/D14151
Comment 3 Simon Depiets 2018-07-30 04:03:39 UTC
If you download the latest build with KF Frameworks, you can configure the font using the Lokalize Settings dialog https://binary-factory.kde.org/job/Lokalize_Nightly_win32/
Comment 4 Safa Alfulaij 2018-07-30 05:06:03 UTC
(In reply to Simon Depiets from comment #3)
> If you download the latest build with KF Frameworks, you can configure the
> font using the Lokalize Settings dialog
> https://binary-factory.kde.org/job/Lokalize_Nightly_win32/

Yes thank you!
Do you have any idea how to scale the UI a bit up? The Translation Units panel's text is small and I prefer it to be a bit bigger :)