dev
修訂 | 6a976487b98613b61cbd844399ba08cb98296c10 (tree) |
---|---|
時間 | 2013-11-10 01:10:24 |
作者 | Kimura Youichi <kim.upsilon@bucy...> |
Commiter | Kimura Youichi |
DPI設定を考慮したアプリケーションであることの宣言をマニフェストファイルに追加
@@ -1,6 +1,7 @@ | ||
1 | 1 | 更新履歴 |
2 | 2 | |
3 | 3 | ==== Ver 1.1.5-beta1(2013/xx/xx) |
4 | + * NEW: ディスプレイのDPI設定に応じて適切にスケーリングが行われます | |
4 | 5 | * FIX: 取得したプロフィール画像が壊れていた場合のエラー処理を改善 (thx @7mencho!) |
5 | 6 | * FIX: サムネイル情報の取得に失敗した場合のエラー処理を改善 |
6 | 7 |
@@ -54,4 +54,11 @@ | ||
54 | 54 | </dependentAssembly> |
55 | 55 | </dependency>--> |
56 | 56 | |
57 | + <asmv3:application xmlns:asmv3="urn:schemas-microsoft-com:asm.v3" > | |
58 | + <asmv3:windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings"> | |
59 | + <!-- DPI 対応であることを宣言 --> | |
60 | + <dpiAware>true</dpiAware> | |
61 | + </asmv3:windowsSettings> | |
62 | + </asmv3:application> | |
63 | + | |
57 | 64 | </asmv1:assembly> |