OSDN Git Service

Adjusted the dialog appearance. refs #35392
authorakrstjp <akrst@users.osdn.me>
Wed, 25 May 2016 11:49:40 +0000 (20:49 +0900)
committerakrstjp <akrst@users.osdn.me>
Wed, 25 May 2016 11:49:40 +0000 (20:49 +0900)
app/views/quick_edit_issues/_input_dialog.html.erb

index 7b485f5..f80b87b 100644 (file)
@@ -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?