Skip to content

Commit

Permalink
Fixes for proficiency icon sizing and positioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuubari committed Nov 8, 2015
1 parent 7a8bae7 commit cc4eb6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
</Style>
</TextBlock.Style>
</TextBlock>-->
<Viewbox Width="53" Height="12pt" >
<Viewbox Width="53" Height="12" VerticalAlignment="Top">
<kcvc:AircraftProficiencyIcon Level="{Binding CounterKey.Adept}"/>
<Viewbox.ToolTip>
<TextBlock>
Expand Down
2 changes: 1 addition & 1 deletion source/Grabacr07.KanColleViewer/Views/FleetWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@
</MultiBinding>
</Run>-->
</TextBlock>
<Viewbox>
<Viewbox Height="12">
<kcvc:AircraftProficiencyIcon Level="{Binding Path=Item.Adept, Mode=OneWay}" />
</Viewbox>
</StackPanel>
Expand Down

0 comments on commit cc4eb6b

Please sign in to comment.