KMain 1347: Widened the Call Number column and the Barcode/Lineitem dropdown column...
authorBill Erickson <berickxx@gmail.com>
Wed, 29 Oct 2014 21:10:20 +0000 (17:10 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
    Cross-port: 26f2459

Open-ILS/xul/staff_client/server/cat/update_items.js

index 5cd6db8..c6faead 100644 (file)
@@ -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;