I know it is a silly question but I couldn't find an answer...
how do I change the font size of the software itself (not the editor)?
the only thing that was in "Colours and Fonts" was the editor settings
			
			
									
									
						font size of the software
- 
				SKR
- CodeLite Curious
- Posts: 1
- Joined: Wed Dec 27, 2017 7:25 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6376
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: font size of the software
CodeLite is based on wxWidgets which uses your OS settings.
i.e. the font (family, size etc) is taken from your system settings
			
			
									
									
						i.e. the font (family, size etc) is taken from your system settings
