From: Bill Erickson Date: Wed, 29 Oct 2014 21:10:20 +0000 (-0400) Subject: KMain 1347: Widened the Call Number column and the Barcode/Lineitem dropdown column... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c22323b9c67b7a474704c95e68dad4d4e55cc014;p=working%2FEvergreen.git KMain 1347: Widened the Call Number column and the Barcode/Lineitem dropdown column from 100 to 140 Cross-port: 26f2459 --- diff --git a/Open-ILS/xul/staff_client/server/cat/update_items.js b/Open-ILS/xul/staff_client/server/cat/update_items.js index 5cd6db81e4..c6faead43b 100644 --- a/Open-ILS/xul/staff_client/server/cat/update_items.js +++ b/Open-ILS/xul/staff_client/server/cat/update_items.js @@ -5,8 +5,8 @@ const rel_vert_pos_copy_count = 3; const rel_vert_pos_barcode = 4; const rel_vert_pos_copy_note = 5; const update_timer = 1000; -const call_number_width = 100; -const barcode_width = 100; +const call_number_width = 140; +const barcode_width = 140; const status_width = 90; var g = {}; g.use_defaults = true;