Bug 375251

Summary: [Win] Font size is too small
Product: [Applications] lokalize Reporter: Safa Alfulaij <safa1996alfulaij>
Component: editorAssignee: Simon Depiets <sdepiets>
Status: RESOLVED FIXED    
Severity: normal CC: sdepiets
Priority: NOR    
Version: 2.0   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Attachments: Small font size

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 :)