make the firmware dialog consistent with the rest of the UI

This commit is contained in:
Arisotura 2021-11-08 20:57:26 +01:00
parent 139c009207
commit 3fad5dcbbb
1 changed files with 6 additions and 6 deletions

View File

@ -28,14 +28,14 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="usernameLabel"> <widget class="QLabel" name="usernameLabel">
<property name="text"> <property name="text">
<string>Username</string> <string>Username:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1"> <item row="0" column="1">
<widget class="QLineEdit" name="usernameEdit"> <widget class="QLineEdit" name="usernameEdit">
<property name="text"> <property name="text">
<string>MelonDS</string> <string>melonDS</string>
</property> </property>
<property name="maxLength"> <property name="maxLength">
<number>10</number> <number>10</number>
@ -48,7 +48,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Language</string> <string>Language:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -58,7 +58,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label_4"> <widget class="QLabel" name="label_4">
<property name="text"> <property name="text">
<string>Birthday</string> <string>Birthday:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -68,7 +68,7 @@
<item row="3" column="0"> <item row="3" column="0">
<widget class="QLabel" name="label_2"> <widget class="QLabel" name="label_2">
<property name="text"> <property name="text">
<string>Color</string> <string>Color:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -78,7 +78,7 @@
<item row="4" column="0"> <item row="4" column="0">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Message</string> <string>Message:</string>
</property> </property>
</widget> </widget>
</item> </item>