From: Georg Baum Date: Sun, 17 Nov 2013 12:05:09 +0000 (+0100) Subject: Fix wrong description screen font (bug #8869) X-Git-Tag: 2.0.7~20 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a126ff8861609721e3372127eb46cc255310d22a;p=features.git 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. --- 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