diff --git a/.editorconfig b/.editorconfig index f9358c74..6ab58a47 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,9 +1,14 @@ -[*.{appxmanifest,asax,ascx,aspx,axaml,build,c,c++,c++m,cc,ccm,cginc,compute,cp,cpp,cppm,cs,cshtml,cu,cuh,cxx,cxxm,dtd,fs,fsi,fsscript,fsx,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,ixx,master,ml,mli,mpp,mq4,mq5,mqh,mxx,nuspec,paml,razor,resw,resx,shader,skin,tpp,usf,ush,uxml,vb,xaml,xamlx,xoml,xsd}] +[*.{appxmanifest,asax,ascx,aspx,axaml,build,c,c++,c++m,cc,ccm,cginc,compute,cp,cpp,cppm,cs,cshtml,cu,cuh,cxx,cxxm,dtd,fs,fsi,fsscript,fsx,fx,fxh,h,hh,hlsl,hlsli,hlslinc,hpp,hxx,inc,inl,ino,ipp,ixx,master,ml,mli,mpp,mq4,mq5,mqh,mxx,nuspec,paml,razor,resw,shader,skin,tpp,usf,ush,uxml,vb,xaml,xamlx,xoml,xsd}] indent_style = space indent_size = 4 tab_width = 4 +[*.resx] +indent_style = space +indent_size = 2 +tab_width = 4 + [*.cs] # Microsoft .NET properties diff --git a/TwitchDownloaderWPF/App.xaml b/TwitchDownloaderWPF/App.xaml index 0c9e5f83..2938a9ea 100644 --- a/TwitchDownloaderWPF/App.xaml +++ b/TwitchDownloaderWPF/App.xaml @@ -10,6 +10,7 @@ + diff --git a/TwitchDownloaderWPF/PageQueue.xaml b/TwitchDownloaderWPF/PageQueue.xaml index 9eddf37e..31733e35 100644 --- a/TwitchDownloaderWPF/PageQueue.xaml +++ b/TwitchDownloaderWPF/PageQueue.xaml @@ -13,6 +13,7 @@ xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" xmlns:hc="https://handyorg.github.io/handycontrol" xmlns:fa="http://schemas.fontawesome.com/icons/" + xmlns:markup="clr-namespace:WpfExtensions.Xaml.Markup;assembly=WpfExtensions.Xaml" mc:Ignorable="d" d:DesignHeight="400" d:DesignWidth="800" Title="PageQueue" Loaded="Page_Loaded"> @@ -45,14 +46,19 @@ - + - + - + - + + + + + + @@ -74,8 +80,9 @@ -