Skip to content
Snippets Groups Projects
Commit b655c31b authored by con's avatar con
Browse files

Fixes: - UI consistency

Details:  - Seems that we use colons in forms.
parent c5948891
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="nameLabel"> <widget class="QLabel" name="nameLabel">
<property name="text"> <property name="text">
<string>Configuration Name</string> <string>Configuration Name:</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Qt Version</string> <string>Qt Version:</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
<item row="2" column="0"> <item row="2" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Shadow Build</string> <string>Shadow Build:</string>
</property> </property>
</widget> </widget>
</item> </item>
...@@ -113,7 +113,7 @@ ...@@ -113,7 +113,7 @@
</sizepolicy> </sizepolicy>
</property> </property>
<property name="text"> <property name="text">
<string>Build Directory</string> <string>Build Directory:</string>
</property> </property>
</widget> </widget>
</item> </item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment