Rename the layouts in AboutDialog.

This commit is contained in:
tastytea 2020-02-29 02:21:36 +01:00
parent b47b3e25a7
commit 682e7f27f6
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@
<property name="windowTitle">
<string>About FediPotato</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="vbox_about">
<item>
<widget class="QTabWidget" name="tabs">
<property name="sizePolicy">
@ -35,7 +35,7 @@
<attribute name="title">
<string>About</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0">
<layout class="QVBoxLayout" name="vbox_tab_about" stretch="0,0">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>
@ -90,7 +90,7 @@
<attribute name="title">
<string>Authors</string>
</attribute>
<layout class="QVBoxLayout" name="verticalLayout" stretch="0">
<layout class="QVBoxLayout" name="vbox_tab_authors" stretch="0">
<property name="sizeConstraint">
<enum>QLayout::SetDefaultConstraint</enum>
</property>