11. September 2017

How to increase font size in Wireshark 2.4 on Windows

Wireshark is based on the new version of QT, and it has a similar problem on Windows like pgAdmin 4.

If you have a screen with higher density, the font will be too small.

The solution is to add one parameter for QT engine to handle DPI differently.

Open PowerShell as Administrator and go to the directory with Wireshark open qt.conf file:

cd "C:\Program Files\Wireshark"
notepad qt.conf

Write there following content:

[Platforms]
WindowsArguments = dpiawareness=0

Save the file and start Wireshark.

Note: make sure that the file name is just qt.conf. Notepad could add .txt file extension when saving the file directly from Notepad.

Enjoy bigger font:

19. August 2012

How to change font size in Skype on Windows 7

Update: This article is relevant only for desktop version of Skype for Windows 7.

It’s quite easy to change default font size in Skype, but option is little bit hidden.

Open menu: Tools – Options.

Click: IM & SMS

Choose: IM appearance

Click: Change Font

Change the font and Save it.

5. June 2011

Blender 2.57 – how to change font size of UI

Blender has a very small font in UI elements. This is quite problematic when you’re using high resolution. It’s quite hard to read tiny letters.

I spent several minutes searching for the option how to change font size.

It’s quite easy, but not obvious.

Go to File menu, select User Preferences. Select the last tab System.

Change option DPI in section General.

Change resolution to desired DPI.

It’s the first option, but it took me several minutes to realize that changing this value will result into a bigger font. :-)