Skip to content

Commit 0f02bfc

Browse files
committed
Cleanup comment
1 parent 57cfbcb commit 0f02bfc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

IPConfig/Views/IPConfigDetailView.xaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@
5252
<RowDefinition />
5353
</Grid.RowDefinitions>
5454

55-
<!--
56-
当光标悬停在此文本框边缘时,会导致高亮快速闪烁。
57-
通常可以通过设置 UseLayoutRounding="False" 来解决,但对此文本框无帮助。
58-
-->
5955
<hc:TextBox x:Name="tbIPConfigName"
6056
Margin="0,0,0,4"
6157
hc:InfoElement.Necessary="True"
@@ -64,8 +60,8 @@
6460
hc:ScrollViewerAttach.Orientation="Horizontal"
6561
hc:TitleElement.Title="{lang:Lang {x:Static lang:LangKey.IPConfigName}}"
6662
hc:TitleElement.TitlePlacement="Left"
67-
MaxLength="50"
6863
HorizontalScrollBarVisibility="Auto"
64+
MaxLength="50"
6965
Style="{StaticResource MyTextBoxStyle}"
7066
Text="{Binding EditingIPConfig.Name, UpdateSourceTrigger=PropertyChanged}">
7167
<i:Interaction.Triggers>

0 commit comments

Comments
 (0)