Commit c7c42df
Make PasswordBox follow user set height.
The widgets in PasswordBox have a fixed height in them. This means
that if some theme applies a custom height to PasswordBox, it is
ignored, and the default 30px is used.
This commit makes it so the widgets inside PasswordBox inherit the
container's size, so when a custom height is applied, it is followed.1 parent 6aa0a15 commit c7c42df
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments