comparison src/gui/dialog/about.cc @ 105:6d8da6e64d61

theme: add dark stylesheet, make it actually usable win32: make the titlebar black where available
author Paper <mrpapersonic@gmail.com>
date Sun, 05 Nov 2023 03:54:26 -0500
parents 27455104ea37
children 2004b41d4a59
comparison
equal deleted inserted replaced
104:27455104ea37 105:6d8da6e64d61
65 " <ul style=\"margin-top: 0px; margin-bottom: 0px; margin-left: 15px; margin-right: 0px; -qt-list-indent:0;\">" 65 " <ul style=\"margin-top: 0px; margin-bottom: 0px; margin-left: 15px; margin-right: 0px; -qt-list-indent:0;\">"
66 " <li><strong>Eren Okka</strong> for creating Taiga</li>" 66 " <li><strong>Eren Okka</strong> for creating Taiga</li>"
67 " <li><strong>Alex Huszagh</strong> and <strong>Colin Duquesnoy</strong> for " 67 " <li><strong>Alex Huszagh</strong> and <strong>Colin Duquesnoy</strong> for "
68 "creating BreezeStyleSheets, on which the dark theme in this program is " 68 "creating BreezeStyleSheets, on which the dark theme in this program is "
69 "based off of</li>" 69 "based off of</li>"
70 " <li><strong>Andy Brice</strong> for making "
70 " </ul>" 71 " </ul>"
71 "</body>"; 72 "</body>";
72 73
73 AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) { 74 AboutWindow::AboutWindow(QWidget* parent) : QDialog(parent) {
74 setMinimumSize(641, 325); 75 setMinimumSize(641, 325);