From c22323b9c67b7a474704c95e68dad4d4e55cc014 Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 29 Oct 2014 17:10:20 -0400 Subject: [PATCH] KMain 1347: Widened the Call Number column and the Barcode/Lineitem dropdown column from 100 to 140 Cross-port: 26f2459 --- Open-ILS/xul/staff_client/server/cat/update_items.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.11.0