mirror of
https://gitcode.com/gh_mirrors/se/Semi.Avalonia
synced 2026-03-20 00:16:35 +08:00
Compare commits
3 Commits
textbox-re
...
11.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e23da6fb7a | ||
|
|
693d4e3e57 | ||
|
|
e08d302781 |
@@ -1,6 +1,6 @@
|
|||||||
<Project>
|
<Project>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<AvaloniaVersion>11.2.5</AvaloniaVersion>
|
<AvaloniaVersion>11.3.0</AvaloniaVersion>
|
||||||
<DataGridVersion>11.2.5</DataGridVersion>
|
<DataGridVersion>11.2.5</DataGridVersion>
|
||||||
<CommunityToolkitVersion>8.4.0</CommunityToolkitVersion>
|
<CommunityToolkitVersion>8.4.0</CommunityToolkitVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|||||||
@@ -15,7 +15,6 @@
|
|||||||
<TextBox Width="300" Classes="revealPasswordButton" Text="123456" />
|
<TextBox Width="300" Classes="revealPasswordButton" Text="123456" />
|
||||||
<TextBox
|
<TextBox
|
||||||
Width="300"
|
Width="300"
|
||||||
IsReadOnly="True"
|
|
||||||
Classes="ClearButton RevealPasswordButton"
|
Classes="ClearButton RevealPasswordButton"
|
||||||
InnerLeftContent="https://"
|
InnerLeftContent="https://"
|
||||||
InnerRightContent=".com"
|
InnerRightContent=".com"
|
||||||
|
|||||||
Reference in New Issue
Block a user