expanding AboutDialog for DPI changes
This commit is contained in:
parent
54a0ad6bb2
commit
669c75a0d8
1 changed files with 20 additions and 59 deletions
|
@ -17,42 +17,6 @@
|
|||
<bool>true</bool>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vlAbout">
|
||||
<item>
|
||||
<widget class="QScrollArea" name="saAbout">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::NoFrame</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Plain</enum>
|
||||
</property>
|
||||
<property name="lineWidth">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="widgetResizable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<widget class="QWidget" name="saAboutContent">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>357</width>
|
||||
<height>211</height>
|
||||
</rect>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vlAboutContent">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLabel" name="labAbout">
|
||||
<property name="sizePolicy">
|
||||
|
@ -64,7 +28,8 @@
|
|||
<property name="text">
|
||||
<string><span style=" font-weight:600;">gta5sync</span><br/>
|
||||
<br/>
|
||||
A project for viewing and sync Grand Theft Auto 5 Snapmatic Pictures and Savegames<br/>
|
||||
A project for viewing and sync Grand Theft Auto V Snapmatic<br/>
|
||||
Pictures and Savegames<br/>
|
||||
<br/>
|
||||
Project version: %1<br/>
|
||||
Project build: %4, %5<br/>
|
||||
|
@ -77,17 +42,13 @@ Copyright &copy; <a href="https://github.com/Syping/">Syping
|
|||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="openExternalLinks">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="hlButtons">
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue