r52 / PTA

PoE Trade Assistant
GNU General Public License v3.0
21 stars 3 forks source link

Changing font size #18

Closed fragfaq closed 4 years ago

fragfaq commented 4 years ago

Please make it possible to change the font size. For the usual resolution of 1920 * 1080, it is too small. Your program helps me a lot, but my eyes suffer ( P.s. Thank you for you work

r52 commented 4 years ago

Feature added in d1edf5c. Edit stylesheet/statdialog.qss to set your custom styles.

To increase font size for example, add to the file:

QLabel, QCheckBox {
    font-size: 15px;
}
fragfaq commented 4 years ago

Feature added in d1edf5c. Edit stylesheet/statdialog.qss to set your custom styles.

To increase font size for example, add to the file:

QLabel, QCheckBox {
    font-size: 15px;
}

Great, TY!