aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-03 21:37:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-10-26 14:14:57 +0900
commite212e60f9697d01471cf26b6386f5921057ff35b (patch)
treee2082f98af9780bda0a8583f54cdb697268dc7ac
parentd437e3ae9628c533ff0ee05f6989ca757936def0 (diff)
downloadmikutter-e212e60f9697d01471cf26b6386f5921057ff35b.tar.gz
画像レビューの初期ウィンドウサイズを大きく
-rw-r--r--core/plugin/openimg/window.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/plugin/openimg/window.rb b/core/plugin/openimg/window.rb
index f55ef534..08d4068a 100644
--- a/core/plugin/openimg/window.rb
+++ b/core/plugin/openimg/window.rb
@@ -174,7 +174,7 @@ module Plugin::Openimg
#
def default_size
- @size || [640, 480]
+ @size || [800, 600]
end
def loading_surface