summary refs log tree commit diff
path: root/include/Config.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style change againKonstantinos Sideris2017-09-101-12/+12
|
* Small style changeKonstantinos Sideris2017-08-201-7/+7
|
* Save and restore app's window sizeKonstantinos Sideris2017-07-301-0/+10
| | | | closes #46
* Fix small timestamp misalignmentKonstantinos Sideris2017-07-151-1/+1
|
* Use pixels to specify the font sizesKonstantinos Sideris2017-07-151-0/+63
Basically reverts the last font related commits since pointSize isn't as reliable as pixelSize. Also some layout values (margins, spacings) have been moved out to Config.h.