Skip to content
This repository has been archived by the owner on Feb 8, 2021. It is now read-only.

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Klemm committed Nov 21, 2016
2 parents 30916eb + 3e505af commit 81e2c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions src/YTMusicDownloader.sln
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Global
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
RESX_AutoCreateNewLanguageFiles = False
RESX_ResXSortingComparison = OrdinalIgnoreCase
RESX_SortFileContentOnSave = True
RESX_SaveFilesImmediatelyUponChange = True
RESX_SortFileContentOnSave = True
RESX_ResXSortingComparison = OrdinalIgnoreCase
RESX_AutoCreateNewLanguageFiles = False
EndGlobalSection
EndGlobal
4 changes: 2 additions & 2 deletions src/YTMusicDownloader/Views/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
<TextBox Grid.Column="0" FontSize="14" VerticalAlignment="Stretch"
HorizontalAlignment="Stretch" controls:TextBoxHelper.ClearTextButton="True"
controls:TextBoxHelper.Watermark="Path to folder" Text="{Binding Path=AddWorkspacePath}" />
<Button Grid.Column="2" Content="{icons:PackIconMaterial Folder}" Width="120"
VerticalAlignment="Center" HorizontalAlignment="Stretch"
<Button Grid.Column="2" Content="{icons:PackIconMaterial Folder}"
VerticalAlignment="Center" HorizontalAlignment="Left"
Command="{Binding Path=SelectFolderCommand}" Style="{DynamicResource ButtonIcon}"/>
<Button Grid.Column="4" Content="Add" FontSize="14" VerticalAlignment="Stretch"
HorizontalAlignment="Stretch" Command="{Binding Path=AddWorkspaceCommand}" />
Expand Down

0 comments on commit 81e2c1f

Please sign in to comment.