mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
clean up comment
This commit is contained in:
parent
d9a353b452
commit
be0a9b7ead
1 changed files with 2 additions and 3 deletions
|
|
@ -19,7 +19,6 @@ namespace Flow.Launcher.Resources.Controls
|
|||
UpdateMessageVisibility();
|
||||
UpdateOrientation();
|
||||
UpdateIconAlignmentAndMargin();
|
||||
//this.DataContext = this;
|
||||
}
|
||||
|
||||
public static readonly DependencyProperty TypeProperty =
|
||||
|
|
@ -48,7 +47,7 @@ namespace Flow.Launcher.Resources.Controls
|
|||
set
|
||||
{
|
||||
SetValue(MessageProperty, value);
|
||||
UpdateMessageVisibility(); // Message 속성 변경 시 Visibility 업데이트
|
||||
UpdateMessageVisibility(); // Visibility update when change Message
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -74,7 +73,7 @@ namespace Flow.Launcher.Resources.Controls
|
|||
set
|
||||
{
|
||||
SetValue(TitleProperty, value);
|
||||
UpdateTitleVisibility(); // Title 속성 변경 시 Visibility 업데이트
|
||||
UpdateTitleVisibility(); // Visibility update when change Title
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue