mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
Merge pull request #940 from xiaoyifang/fix/splash-windows
fix: splash windows optimization
This commit is contained in:
commit
8103201789
|
@ -9,8 +9,7 @@ Initializing::Initializing( QWidget * parent, bool showOnStartup ): QDialog( par
|
|||
{
|
||||
ui.setupUi( this );
|
||||
|
||||
setWindowFlags( Qt::Dialog | Qt::CustomizeWindowHint | Qt::WindowTitleHint |
|
||||
Qt::WindowMinimizeButtonHint );
|
||||
setWindowFlags( Qt::Dialog | Qt::FramelessWindowHint );
|
||||
|
||||
setWindowIcon( QIcon( ":/icons/programicon.png" ) );
|
||||
|
||||
|
|
|
@ -19,6 +19,12 @@
|
|||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="maximumSize">
|
||||
<size>
|
||||
<width>680</width>
|
||||
<height>383</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>GoldenDict-ng - Initializing</string>
|
||||
</property>
|
||||
|
|
Loading…
Reference in a new issue