From a126ff8861609721e3372127eb46cc255310d22a Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Sun, 17 Nov 2013 13:05:09 +0100 Subject: [PATCH] Fix wrong description screen font (bug #8869) paper.cls formats the description label without bold, so LyX should do the same on screen. Note that simply removing the Series line does not help, because Description is already defined in some include. --- lib/layouts/paper.layout | 2 +- status.20x | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/layouts/paper.layout b/lib/layouts/paper.layout index bd4864e583..efb3892335 100644 --- a/lib/layouts/paper.layout +++ b/lib/layouts/paper.layout @@ -101,7 +101,7 @@ End Style Description LabelFont Family Sans - Series Bold + Series Medium EndFont End diff --git a/status.20x b/status.20x index efb796e831..0d9b0cad4c 100644 --- a/status.20x +++ b/status.20x @@ -113,6 +113,9 @@ What's new - Fix shortcut conflict in the citation dialog (bug 8878). +- Fix wrong display of style "Description" in "article (paper)" class + (bug 8869). + * DOCUMENTATION AND LOCALIZATION -- 2.39.5