Skip to content

Commit

Permalink
Update SettingsPage UI layout.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jul 18, 2023
1 parent 6ad8ce7 commit ae4a874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions NanaGet/SettingsPage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
FontSize="16"
Text="[Default download folder]" />
<CheckBox
x:Name="SettingsPageUseCustomFolderCheckBox"
x:Name="UseCustomFolderCheckBox"
x:Uid="/SettingsPage/UseCustomFolderCheckBox"
Content="[Use custom folder instead of last used folder]" />
Content="[Use custom folder instead of last used folder]" IsEnabled="False"/>
<TextBox
x:Name="SettingsPageCustomDownloadFolderCheckBox"
x:Name="CustomDownloadFolderCheckBox"
IsReadOnly="True"
PlaceholderText="N/A" />
<Button
Expand Down

0 comments on commit ae4a874

Please sign in to comment.