diff options
author | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-05 18:24:23 +0200 |
---|---|---|
committer | Philip Kaufmann <phil.kaufmann@t-online.de> | 2012-05-06 22:11:26 +0200 |
commit | 52d49758255da3a24ab65f7aae57990e36ec72e5 (patch) | |
tree | d25c89c32d208afe6e3435b554868d19987f0df5 /src/qt/forms | |
parent | 0e69fc6e84fb07ec3f911310455fe6520893e1d8 (diff) |
passphrasedialog: change dialog title to "Passphrase Dialog" / remove style-sheet for bold font and use Qt Designer option / remove an unused label default-text and remove an obsolete clear()'
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/askpassphrasedialog.ui | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/src/qt/forms/askpassphrasedialog.ui b/src/qt/forms/askpassphrasedialog.ui index 3f6b668e06..1383af7a70 100644 --- a/src/qt/forms/askpassphrasedialog.ui +++ b/src/qt/forms/askpassphrasedialog.ui @@ -23,7 +23,7 @@ </size> </property> <property name="windowTitle"> - <string>Dialog</string> + <string>Passphrase Dialog</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -88,13 +88,14 @@ </item> <item row="4" column="1"> <widget class="QLabel" name="capsLabel"> - <property name="styleSheet"> - <string notr="true">#capsLabel { - font: bold; -}</string> + <property name="font"> + <font> + <weight>75</weight> + <bold>true</bold> + </font> </property> <property name="text"> - <string>TextLabel</string> + <string/> </property> <property name="alignment"> <set>Qt::AlignCenter</set> |