From: Dan Scott Date: Tue, 22 Nov 2011 18:33:07 +0000 (-0500) Subject: Enable record summary to be scrollable at larger font sizes X-Git-Tag: sprint4-merge-nov22~4779 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=235e56f010d08625c305e59f7df8413139c7c277;p=working%2FEvergreen.git Enable record summary to be scrollable at larger font sizes The record summary at the top of the cataloguing interfaces appears to determine its size based on the "normal" font size at load; then, when a larger font size is applied to the page, the text gets hidden by the fixed size of the groupbox. Ideally the groupbox would adjust to accomodate the larger font size, but after trying many different approaches the best short-term approach seems to be to enable overflow so that scrollbars can appear when necessary. Signed-off-by: Dan Scott Signed-off-by: Jason Etheridge --- diff --git a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul index 5cbe57229a..3ce8e8f6c5 100644 --- a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul +++ b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul @@ -38,7 +38,7 @@ vim: noet:sw=4:ts=4: - +