Commit 96b4ee1e authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Move last.fm password from PasswordShowOnEdit to Password.

Sorry, I don't liked this 'feature'
parent 9e9b8859
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>541</width> <width>541</width>
<height>607</height> <height>609</height>
</rect> </rect>
</property> </property>
<property name="windowTitle" > <property name="windowTitle" >
...@@ -326,7 +326,7 @@ ...@@ -326,7 +326,7 @@
<item row="2" column="1" colspan="2" > <item row="2" column="1" colspan="2" >
<widget class="QLineEdit" name="lastfm_pass_edit" > <widget class="QLineEdit" name="lastfm_pass_edit" >
<property name="echoMode" > <property name="echoMode" >
<enum>QLineEdit::PasswordEchoOnEdit</enum> <enum>QLineEdit::Password</enum>
</property> </property>
</widget> </widget>
</item> </item>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment