Commit Graph
3 Commits
Author SHA1 Message Date
Abraham MurcianoandGitHub 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 MurcianoandGitHub 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 MurcianoandGitHub 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