From 07b3d4a0ccfa716cfa6bc9db5e666d11757102da Mon Sep 17 00:00:00 2001 From: akrstjp Date: Wed, 25 May 2016 20:49:40 +0900 Subject: [PATCH] Adjusted the dialog appearance. refs #35392 --- app/views/quick_edit_issues/_input_dialog.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/quick_edit_issues/_input_dialog.html.erb b/app/views/quick_edit_issues/_input_dialog.html.erb index 7b485f5..f80b87b 100644 --- a/app/views/quick_edit_issues/_input_dialog.html.erb +++ b/app/views/quick_edit_issues/_input_dialog.html.erb @@ -2,7 +2,7 @@ dialog_size = parse_size(Setting.plugin_quick_edit['input_dialog_base_size'], 480...2048, 500, 280...2048, 280) dialog_size[0] += 227 if @dialog_params[:field_type] == :text || @dialog_params[:field_type] == :string || @dialog_params[:field_type] == :link dialog_size[1] += 130 if @dialog_params[:field_type] == :text - dialog_size[1] += 160 # for notes + dialog_size[1] += 185 # for notes dialog_size[1] += 25 if @dialog_params[:attribute_name]==:description dialog_size[1] -= 160 if @dialog_params[:attribute_name].to_sym == :notes dialog_size[1] += 50 unless @dialog_params[:description].nil? -- 2.11.0