aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-10-03 21:37:29 +0900
committerKazuki Yamaguchi <k@rhe.jp>2018-01-06 14:22:35 +0900
commitb6187082351c262698f484680eaf7578549749db (patch)
treef9cb67dc1517686e9a222e390c4a15a78c1834b9
parentd4fcb6546c9f60390d93c352556cfd465d6b51fb (diff)
downloadmikutter-b6187082351c262698f484680eaf7578549749db.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 9feb7da5..a9d6846b 100644
--- a/core/plugin/openimg/window.rb
+++ b/core/plugin/openimg/window.rb
@@ -175,7 +175,7 @@ module Plugin::Openimg
#
def default_size
- @size || [640, 480]
+ @size || [800, 600]
end
def loading_surface