7 Commits

Author SHA1 Message Date
Oleg Yakovenko
e924c85895 Fix KeyboardLayoutButton in LockScreen 2021-05-07 01:45:40 +03:00
Abraham Murciano
c17dff593d Use parent width rather than fixed width
When the action buttons are too wide, it causes the text box to be that wide, since the `Input` has `Layout.fillWidth: true` set, causing the text to overflow the background. This change makes the background expand with the text.
2021-04-15 21:44:52 +03:00
Abraham Murciano
f2b1f3a833 Made login button fill parent width
The login button now fills the parent width, since when the ActionButtons are too large and overflow the fixed 270, it causes the inputs to be as wide as them but not the button, so this change should make the button match the inputs in such cases.
2021-04-15 21:42:30 +03:00
Abraham Murciano
02ce0f4d8c Made disabled login button have clearer text
Having a disabled login button with almost transparent text makes it hard to read, thus not as aesthetic as a clearer label. IMHO transparent text is not that good an indicator that the button is unclickable. Besides, everyone knows that they have to enter a password before they log in, as is evident by the password input, and by the fact that they created a password.
2021-04-15 20:13:16 +03:00
EliverLara
312cd3f864 KDE: Sddm - Improve password input appearance 2021-03-12 14:11:45 -06:00
EliverLara
fdbedb8202 KDE: Add copyright for original sddm theme creator 2019-11-18 13:04:58 -06:00
EliverLara
4aba41e9ee Kde: Add sddm theme 2019-11-07 13:59:45 -06:00