From c392f5190351dd4114a4a8d154062c88220ddf39 Mon Sep 17 00:00:00 2001 From: Lukas K Date: Sun, 26 Dec 2021 17:44:32 +0100 Subject: [PATCH] make zoom entry more visually stable - right-align so that the % sign stays in place - use tabular figures --- data/eog-zoom-entry.ui | 4 ++++ data/eog.css | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/data/eog-zoom-entry.ui b/data/eog-zoom-entry.ui index 59ba631d..a6d72cca 100644 --- a/data/eog-zoom-entry.ui +++ b/data/eog-zoom-entry.ui @@ -42,8 +42,12 @@ False False digits + 1 + True diff --git a/data/eog.css b/data/eog.css index 7979529a..54cf3124 100644 --- a/data/eog.css +++ b/data/eog.css @@ -40,3 +40,7 @@ statusbar { border-radius: 0; box-shadow: none; } + +.tnum { + font-feature-settings: "tnum 1"; +}