mirror of
https://bitbucket.org/smil3y/kde-playground.git
synced 2025-02-23 10:22:50 +00:00
kgreeter: set the login button as default and auto-default
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
1ef60bdb76
commit
a224a6c6ba
1 changed files with 6 additions and 0 deletions
|
@ -67,6 +67,12 @@
|
|||
<property name="text">
|
||||
<string>Login</string>
|
||||
</property>
|
||||
<property name="autoDefault">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="default">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
|
|
Loading…
Add table
Reference in a new issue