1

I installed Notepad++ on my Ubuntu 22.04 via terminal

sudo snap install notepad-plus-plus

However, the text of the UI buttons, tabs, dropdown menues (not the opened file text), is too small compared with others UI, apps in my OS.

enter image description here

So, is there a way to increase the font size of UI buttons, tabs, dropdown menues?

I have searched on the internet but I can't find a way to solve this problem for Ubuntu (there are some methods suggested for Windows).

What I expect to find is a plugin for Notepad++ or an external app that increase the font size of a selected app.

Can anybody point me some of these ones, if any of them exist?

Tms91
  • 595

1 Answers1

1

Solved by switching to Notepadqq that is pretty much like Notepad++ but with bigger UI fonts.

sudo apt update
sudo apt install notepadqq -y
Tms91
  • 595