From 139df509e567ba02f85ede8ebaea702c6ca9839e Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 22 Nov 2011 13:33:07 -0500 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/cat/bib_brief.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: - +