We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cefe25 commit 9a1349aCopy full SHA for 9a1349a
Files UWP/ProHome.xaml
@@ -845,7 +845,7 @@
845
<TextBox Padding="8" Name="RenameInput" PlaceholderText="Enter an item name without the file extension" Width="300"/>
846
</Grid>
847
</ContentDialog>
848
- <ContentDialog Windows10version1809:CornerRadius="4" Name="PropertiesDialog" Grid.RowSpan="4" CloseButtonText="Cancel" PrimaryButtonText="OK" DefaultButton="Primary" SecondaryButtonText="Apply">
+ <ContentDialog Windows10version1809:CornerRadius="4" Name="PropertiesDialog" Grid.RowSpan="4" Title="Properties" >
849
<Windows10version1903:ContentDialog.Shadow>
850
<Windows10version1903:ThemeShadow/>
851
</Windows10version1903:ContentDialog.Shadow>
0 commit comments