We currently use the underscore for the LabelString of the pause layout.
The dash seems a little more pleasing to me since it is vertically
centered. I do wish the width of the dash was as long as the underscore
though. I think I would most prefer something like an em-dash but I
don't think we use unicode in the LabelString.

Any thoughts on the attached patch and screenshots?

Scott
From ba0106ea5890d07a1825f9625b0b6c41e9345bc0 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Fri, 19 Feb 2021 00:44:25 -0500
Subject: [PATCH] Use dash for Beamer's pause label string

The dash is vertically centered.
---
 lib/layouts/beamer.layout | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/layouts/beamer.layout b/lib/layouts/beamer.layout
index a26c409783..e6ebed654a 100644
--- a/lib/layouts/beamer.layout
+++ b/lib/layouts/beamer.layout
@@ -764,7 +764,7 @@ Style Pause
   LabelType        Static
   LabelBottomSep   0
   LeftMargin       MMMMM
-  LabelString      "_ _ _ _ _ _ _ _ _ _ _ _ _ _"
+  LabelString      "---------------------------"
   LabelFont
     Family         typewriter
     Series         Medium
-- 
2.20.1

Attachment: signature.asc
Description: PGP signature

-- 
lyx-devel mailing list
lyx-devel@lists.lyx.org
http://lists.lyx.org/mailman/listinfo/lyx-devel

Reply via email to