Skip to content

Commit be0a9b7

Browse files
committed
clean up comment
1 parent d9a353b commit be0a9b7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Flow.Launcher/Resources/Controls/InfoBar.xaml.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ private void InfoBar_Loaded(object sender, RoutedEventArgs e)
1919
UpdateMessageVisibility();
2020
UpdateOrientation();
2121
UpdateIconAlignmentAndMargin();
22-
//this.DataContext = this;
2322
}
2423

2524
public static readonly DependencyProperty TypeProperty =
@@ -48,7 +47,7 @@ public string Message
4847
set
4948
{
5049
SetValue(MessageProperty, value);
51-
UpdateMessageVisibility(); // Message 속성 변경 시 Visibility 업데이트
50+
UpdateMessageVisibility(); // Visibility update when change Message
5251
}
5352
}
5453

@@ -74,7 +73,7 @@ public string Title
7473
set
7574
{
7675
SetValue(TitleProperty, value);
77-
UpdateTitleVisibility(); // Title 속성 변경 시 Visibility 업데이트
76+
UpdateTitleVisibility(); // Visibility update when change Title
7877
}
7978
}
8079

0 commit comments

Comments
 (0)