From a9d964c3091bb3cc717d7e9e8e202284041f3582 Mon Sep 17 00:00:00 2001 From: Grabacr07 Date: Sat, 1 Feb 2014 00:16:20 +0900 Subject: [PATCH] =?UTF-8?q?version=202.0=20=E5=85=AC=E9=96=8B=E3=81=AB?= =?UTF-8?q?=E5=90=91=E3=81=91=E3=81=9F=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Properties/AssemblyInfo.cs | 2 +- .../Catalogs/ShipCatalogWindowViewModel.cs | 2 +- .../Catalogs/SlotItemCatalogViewModel.cs | 1 + .../Views/Catalogs/SlotItemCatalogWindow.xaml | 18 ++++- .../Views/Settings/Others.xaml | 70 +++++++++---------- .../Views/StartContent.xaml | 37 +++++++--- 6 files changed, 82 insertions(+), 48 deletions(-) diff --git a/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs b/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs index 363335e7d..e896e3437 100644 --- a/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs +++ b/Grabacr07.KanColleViewer/Properties/AssemblyInfo.cs @@ -51,4 +51,4 @@ // すべての値を指定するか、下のように '*' を使ってビルドおよびリビジョン番号を // 既定値にすることができます: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.1.0")] +[assembly: AssemblyVersion("2.0.0.0")] diff --git a/Grabacr07.KanColleViewer/ViewModels/Catalogs/ShipCatalogWindowViewModel.cs b/Grabacr07.KanColleViewer/ViewModels/Catalogs/ShipCatalogWindowViewModel.cs index 1b9c6cee1..4017bec4e 100644 --- a/Grabacr07.KanColleViewer/ViewModels/Catalogs/ShipCatalogWindowViewModel.cs +++ b/Grabacr07.KanColleViewer/ViewModels/Catalogs/ShipCatalogWindowViewModel.cs @@ -150,7 +150,7 @@ public ShipCatalogWindowViewModel() this.updateSource .Do(_ => this.IsReloading = true) - .Throttle(TimeSpan.FromMilliseconds(500.0)) + .Throttle(TimeSpan.FromMilliseconds(7.0)) .Do(_ => this.UpdateCore()) .Subscribe(_ => this.IsReloading = false); this.CompositeDisposable.Add(this.updateSource); diff --git a/Grabacr07.KanColleViewer/ViewModels/Catalogs/SlotItemCatalogViewModel.cs b/Grabacr07.KanColleViewer/ViewModels/Catalogs/SlotItemCatalogViewModel.cs index daa7ed204..b292dad40 100644 --- a/Grabacr07.KanColleViewer/ViewModels/Catalogs/SlotItemCatalogViewModel.cs +++ b/Grabacr07.KanColleViewer/ViewModels/Catalogs/SlotItemCatalogViewModel.cs @@ -38,6 +38,7 @@ public IReadOnlyCollection SlotItems public SlotItemCatalogViewModel() { + this.Title = "所有装備一覧"; this.UpdateCore(); } diff --git a/Grabacr07.KanColleViewer/Views/Catalogs/SlotItemCatalogWindow.xaml b/Grabacr07.KanColleViewer/Views/Catalogs/SlotItemCatalogWindow.xaml index fb43525fb..2ed8229c3 100644 --- a/Grabacr07.KanColleViewer/Views/Catalogs/SlotItemCatalogWindow.xaml +++ b/Grabacr07.KanColleViewer/Views/Catalogs/SlotItemCatalogWindow.xaml @@ -66,5 +66,21 @@ + + + + + + + - + \ No newline at end of file diff --git a/Grabacr07.KanColleViewer/Views/Settings/Others.xaml b/Grabacr07.KanColleViewer/Views/Settings/Others.xaml index f38f775c6..2b8f0a0ce 100644 --- a/Grabacr07.KanColleViewer/Views/Settings/Others.xaml +++ b/Grabacr07.KanColleViewer/Views/Settings/Others.xaml @@ -1,15 +1,15 @@ - @@ -18,9 +18,9 @@ - + - @@ -37,46 +37,46 @@ - - - - - - - - @@ -97,7 +97,7 @@ + Style="{DynamicResource SeparatorRectangleStyleKey}" />--> diff --git a/Grabacr07.KanColleViewer/Views/StartContent.xaml b/Grabacr07.KanColleViewer/Views/StartContent.xaml index 1c0bd57c6..19c9d5463 100644 --- a/Grabacr07.KanColleViewer/Views/StartContent.xaml +++ b/Grabacr07.KanColleViewer/Views/StartContent.xaml @@ -142,7 +142,7 @@ @@ -154,7 +154,7 @@ Height="200" HorizontalAlignment="Right" VerticalAlignment="Bottom" - Margin="0,0,10,0" + Margin="0,0,30,-4" Opacity="0.25" /> - - - @@ -229,8 +229,7 @@ Grid.Column="1" /> - + - + + Padding="30,5" + SnapsToDevicePixels="True" /> + + + - + + + + + + + + + + + +