]> git.lyx.org Git - features.git/commitdiff
Fix wrong description screen font (bug #8869)
authorGeorg Baum <baum@lyx.org>
Sun, 17 Nov 2013 12:05:09 +0000 (13:05 +0100)
committerGeorg Baum <baum@lyx.org>
Sun, 17 Nov 2013 12:05:09 +0000 (13:05 +0100)
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
status.20x

index bd4864e583185537a7c098848ee88844d8eacf11..efb3892335a5c2e7441e200cc1b5822a38a2d76d 100644 (file)
@@ -101,7 +101,7 @@ End
 Style Description
        LabelFont
          Family              Sans
-         Series              Bold
+         Series              Medium
        EndFont
 End
 
index efb796e8310beb0205b5a6dc9715c16be45de1b3..0d9b0cad4c63a373b4c83a28f2c8f808742ff5bc 100644 (file)
@@ -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