Skip to content

Commit 4e424ef

Browse files
committed
Code Clean Up
1 parent a6ef43f commit 4e424ef

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

Flow.Launcher/Resources/Pages/WelcomePageUserType.xaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
mc:Ignorable="d">
1313

1414
<ui:Page.Resources>
15-
1615
<converters:NullToVisibilityConverter x:Key="NullToVisibility" />
1716
<Style x:Key="BulletTextBlockStyle" TargetType="TextBlock">
1817
<Setter Property="FontSize" Value="14" />
@@ -53,7 +52,6 @@
5352
Text="{TemplateBinding Content}" />
5453
</StackPanel>
5554

56-
<!-- 설명 및 bullet 목록 -->
5755
<StackPanel>
5856
<TextBlock
5957
x:Name="Desc"
@@ -62,7 +60,6 @@
6260
Text="{Binding Tag.Description1, RelativeSource={RelativeSource TemplatedParent}}"
6361
TextWrapping="Wrap" />
6462

65-
<!-- Bullet 1 -->
6663
<BulletDecorator Margin="12 12 0 0" Visibility="{Binding Tag.Bullet1, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource NullToVisibility}}">
6764
<BulletDecorator.Bullet>
6865
<TextBlock
@@ -78,7 +75,6 @@
7875
TextWrapping="Wrap" />
7976
</BulletDecorator>
8077

81-
<!-- Bullet 2 -->
8278
<BulletDecorator Margin="12 4 0 0" Visibility="{Binding Tag.Bullet2, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource NullToVisibility}}">
8379
<BulletDecorator.Bullet>
8480
<TextBlock
@@ -94,7 +90,6 @@
9490
TextWrapping="Wrap" />
9591
</BulletDecorator>
9692

97-
<!-- Bullet 3 -->
9893
<BulletDecorator Margin="12 4 0 0" Visibility="{Binding Tag.Bullet3, RelativeSource={RelativeSource TemplatedParent}, Converter={StaticResource NullToVisibility}}">
9994
<BulletDecorator.Bullet>
10095
<TextBlock
@@ -161,7 +156,7 @@
161156

162157
<ScrollViewer Grid.Row="1" VerticalAlignment="Top">
163158
<StackPanel>
164-
<!-- CLI 카드 -->
159+
<!-- CLI Radio -->
165160
<RadioButton
166161
Content="{DynamicResource Welcome_Page_UserType_CLI_Title}"
167162
GroupName="UserTypeGroup"
@@ -175,8 +170,7 @@
175170
Icon="&#xE756;" />
176171
</RadioButton.Tag>
177172
</RadioButton>
178-
179-
<!-- Windows 카드 (Bullet 3개) -->
173+
<!-- GUI Radio -->
180174
<RadioButton
181175
Margin="0 12 0 0"
182176
Content="{DynamicResource Welcome_Page_UserType_GUI_Title}"

0 commit comments

Comments
 (0)