Merge pull request #940 from xiaoyifang/fix/splash-windows

fix: splash windows optimization
This commit is contained in:
xiaoyifang 2023-07-08 10:43:59 +08:00 committed by GitHub
commit 8103201789
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View file

@ -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" ) );

View file

@ -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>