File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Flow.Launcher/Resources/Pages Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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" />
5352 Text =" {TemplateBinding Content}" />
5453 </StackPanel >
5554
56- <!-- 설명 및 bullet 목록 -->
5755 <StackPanel >
5856 <TextBlock
5957 x : Name =" Desc"
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
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
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
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"
175170 Icon ="  " />
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}"
You can’t perform that action at this time.
0 commit comments