mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-22 06:13:14 -07:00
modify padding of ValueContainer
This commit is contained in:
parent
55c860361a
commit
b46d3a4380
2 changed files with 2 additions and 3 deletions
|
@ -492,7 +492,7 @@
|
|||
<Grid x:Name="Value1Container"
|
||||
Grid.Row="1"
|
||||
Grid.Column="1"
|
||||
Padding="0,0,12,0"
|
||||
Padding="12,0,0,0"
|
||||
HorizontalAlignment="Left"
|
||||
Style="{ThemeResource ValueContainerStyle}"
|
||||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
|
@ -544,7 +544,7 @@
|
|||
<Grid x:Name="Value2Container"
|
||||
Grid.Row="3"
|
||||
Grid.Column="1"
|
||||
Padding="0,0,12,0"
|
||||
Padding="12,0,0,0"
|
||||
HorizontalAlignment="Left"
|
||||
Style="{ThemeResource ValueContainerStyle}"
|
||||
FlowDirection="{x:Bind LayoutDirection}"
|
||||
|
|
|
@ -260,7 +260,6 @@ void UnitConverter::OnPasteMenuItemClicked(_In_ Object^ sender, _In_ RoutedEvent
|
|||
|
||||
void UnitConverter::AnimateConverter()
|
||||
{
|
||||
|
||||
if (App::IsAnimationEnabled())
|
||||
{
|
||||
AnimationStory->Begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue