I just remembered we have an about box

Am I worthy? I know it's only been a year, but it would mean a lot to me.
I completely understand otherwise.
I also bumped the height up a tad so that no text gets cut off due to the extra line.
This commit is contained in:
Mark Furneaux 2015-05-18 14:13:32 -04:00
parent 02069b7c60
commit 361b2420f9
2 changed files with 3 additions and 2 deletions

View File

@ -50,7 +50,8 @@ About::About(QWidget* parent) : QDialog(parent) {
<< Person("Felipe Rivera", "liebremx@users.sourceforge.net") << Person("Felipe Rivera", "liebremx@users.sourceforge.net")
<< Person("Alexander Peitz") << Person("Alexander Peitz")
<< Person("Artur Rona", "artur.rona@gmail.com") << Person("Artur Rona", "artur.rona@gmail.com")
<< Person("Andreas Muttscheller", "asfa194@gmail.com"); << Person("Andreas Muttscheller", "asfa194@gmail.com")
<< Person("Mark Furneaux", "mark@furneaux.ca");
qSort(authors_); qSort(authors_);
qSort(thanks_to_); qSort(thanks_to_);

View File

@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>652</width> <width>652</width>
<height>470</height> <height>480</height>
</rect> </rect>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">