Qt Quick Desiger: fix button label capitalization

Use book-style capitalization for buttons.

Change-Id: I5e679ab7dcfa8a687da312ea7382edc5949c5c99
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
Leena Miettinen
2014-07-17 17:42:30 +02:00
parent 69649be5fc
commit dd11ef116f

View File

@@ -49,7 +49,7 @@
<item>
<widget class="QPushButton" name="useFallbackPuppetPushButton">
<property name="text">
<string>Use fallback QML emulation layer</string>
<string>Use Fallback QML Emulation Layer</string>
</property>
<property name="autoDefault">
<bool>false</bool>