Skip to content

Commit

Permalink
Merge pull request microsoft#136 from awolowiecki720/uiTweak
Browse files Browse the repository at this point in the history
UI button tweaks
  • Loading branch information
David Kline authored Jun 1, 2017
2 parents 63e28c4 + 061f55c commit 89d9406
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
ToolTipService.ToolTip="Browse for the application package file"
FontSize="16"
Width="30" Height="40"
Canvas.Left="585"/>
Canvas.Left="590"/>
<Button
x:Name="browseForParentFolder"
Content="~"
Content="../"
Command="{Binding BrowseForParentFolderCommand}"
ToolTipService.ToolTip="Browse for the installation folder"
FontSize="16"
Width="30" Height="40"
Width="35" Height="40"
Canvas.Left="550"/>
</Canvas>
<TextBlock
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
Canvas.Left="400" Canvas.Top="115"/>
<Button
x:Name="UninstallAllApps"
Content="&#xEA39;"
Content="&#xE107;"
Command="{Binding UninstallAllAppsCommand}"
ToolTipService.ToolTip="Uninstall all sideloaded apps"
FontFamily="Segoe MDL2 Assets" FontSize="24"
Expand Down

0 comments on commit 89d9406

Please sign in to comment.