This repository was archived by the owner on Oct 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
src/Wfa.App/Controls/State Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 5050 FontSize =" 20"
5151 FontWeight =" Bold"
5252 Text =" {x:Bind ViewModel.BossName, Mode=OneWay}"
53- TextTrimming =" CharacterEllipsis" />
53+ TextTrimming =" CharacterEllipsis"
54+ ToolTipService.ToolTip=" {x:Bind ViewModel.BossName, Mode=OneWay}" />
5455 <StackPanel
5556 Grid.Row=" 1"
5657 HorizontalAlignment =" Left"
Original file line number Diff line number Diff line change 2626 <Grid Padding =" 16" ColumnSpacing =" 12" >
2727 <Grid .ColumnDefinitions>
2828 <ColumnDefinition Width =" *" />
29- <ColumnDefinition Width =" 72 " />
30- <ColumnDefinition Width =" 72 " />
29+ <ColumnDefinition Width =" 60 " />
30+ <ColumnDefinition Width =" 68 " />
3131 </Grid .ColumnDefinitions>
3232 <TextBlock
3333 Text =" {x:Bind Name}"
3434 TextTrimming =" CharacterEllipsis"
3535 ToolTipService.ToolTip=" {x:Bind Name}" />
3636 <StackPanel
3737 Grid.Column=" 1"
38- HorizontalAlignment =" Right "
38+ HorizontalAlignment =" Left "
3939 VerticalAlignment =" Center"
4040 Orientation =" Horizontal"
4141 Spacing =" 8" >
5151 </StackPanel >
5252 <StackPanel
5353 Grid.Column=" 2"
54- HorizontalAlignment =" Right "
54+ HorizontalAlignment =" Left "
5555 VerticalAlignment =" Center"
5656 Orientation =" Horizontal"
5757 Spacing =" 8" >
6363 <TextBlock
6464 VerticalAlignment =" Center"
6565 FontSize =" 12"
66- Text =" {x:Bind Credits}" />
66+ Text =" {x:Bind Credits}"
67+ TextTrimming =" CharacterEllipsis" />
6768 </StackPanel >
6869 </Grid >
6970 </app : CardPanel >
You can’t perform that action at this time.
0 commit comments