This commit is contained in:
@@ -1352,7 +1352,7 @@
|
|||||||
<widget class="QFrame" name="frame57" >
|
<widget class="QFrame" name="frame57" >
|
||||||
<property name="maximumSize" >
|
<property name="maximumSize" >
|
||||||
<size>
|
<size>
|
||||||
<width>16777215</width>
|
<width>56</width>
|
||||||
<height>29</height>
|
<height>29</height>
|
||||||
</size>
|
</size>
|
||||||
</property>
|
</property>
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
#include "startsplash.h"
|
#include "startsplash.h"
|
||||||
|
|
||||||
StartSplash::StartSplash(mainWindowImpl *parent)
|
StartSplash::StartSplash(mainWindowImpl *parent)
|
||||||
: QDialog(), myW(parent)
|
: QDialog(parent), myW(parent)
|
||||||
{
|
{
|
||||||
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/c059013l.pfb");
|
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/c059013l.pfb");
|
||||||
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/andybold.ttf");
|
QFontDatabase::addApplicationFont ("src/gui/qt/fonts/andybold.ttf");
|
||||||
|
|||||||
Reference in New Issue
Block a user