Mercurial > minori
diff src/gui/dialog/settings.cpp @ 77:6f7385bd334c
*: update
formatted all source files, no more subclassing QThread... many other
changes :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Fri, 06 Oct 2023 06:18:53 -0400 |
parents | 3364fadc8a36 |
children |
line wrap: on
line diff
--- a/src/gui/dialog/settings.cpp Wed Oct 04 01:46:33 2023 -0400 +++ b/src/gui/dialog/settings.cpp Fri Oct 06 06:18:53 2023 -0400 @@ -16,7 +16,7 @@ page_title->setFrameShadow(QFrame::Sunken); QFont font(page_title->font()); - font.setPixelSize(13); + font.setPixelSize(12); font.setWeight(QFont::Bold); page_title->setFont(font); @@ -75,10 +75,6 @@ sidebar->setIconSize(QSize(24, 24)); sidebar->setFrameShape(QFrame::Box); - QFont font(sidebar->font()); - font.setPixelSize(12); - sidebar->setFont(font); - QPalette pal(sidebar->palette()); sidebar->SetBackgroundColor(pal.color(QPalette::Base));