From 6639fd69dd0a03ae994fa62694fc1c697cd25b25 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 21c36c8cbb..6ca910915e 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: - + -- 2.11.0