Mercurial > minori
diff src/gui/dialog/settings.cpp @ 15:cde8f67a7c7d
*: update, megacommit :)
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Tue, 19 Sep 2023 22:36:08 -0400 |
parents | 5c0397762b53 |
children | 2743011a6042 |
line wrap: on
line diff
--- a/src/gui/dialog/settings.cpp Tue Sep 19 16:33:07 2023 -0400 +++ b/src/gui/dialog/settings.cpp Tue Sep 19 22:36:08 2023 -0400 @@ -18,7 +18,7 @@ page_title->setFrameShape(QFrame::Panel); page_title->setFrameShadow(QFrame::Sunken); page_title->setStyleSheet( - "QLabel { font-size: 10pt; font-weight: bold; background-color: #ABABAB; color: white; }"); + "QLabel { font-size: 10pt; font-weight: bold; background-color: #ABABAB; color: white; }"); page_title->setFixedHeight(23); page_title->setAlignment(Qt::AlignVCenter | Qt::AlignLeft); page_title->setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);