[gnome-shell/wip/carlosg/osk-emoji-and-keypad: 68/76] theme: Reduce minimum OSK key width/height
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/carlosg/osk-emoji-and-keypad: 68/76] theme: Reduce minimum OSK key width/height
- Date: Thu, 31 Jan 2019 20:21:00 +0000 (UTC)
commit 6c7e4db225984a40f5aea596281b709cd1924cc9
Author: Carlos Garnacho <carlosg gnome org>
Date: Mon Jan 21 21:34:27 2019 +0100
theme: Reduce minimum OSK key width/height
The OSK panel uses 1/3rd of the monitor height, plus we specify a minimum
size for the keys. This doesn't play along if contents won't fit (short
monitor, big fonts, ...) pushing contents offscreen. Reduce the minimum
size a bit so there's better chances to fit.
Closes: https://gitlab.gnome.org/GNOME/gnome-shell/issues/675
data/theme/gnome-shell-sass/_common.scss | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index b7d052bcc..3bfaa88bc 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1655,8 +1655,8 @@ StScrollBar {
.keyboard-key {
background-color: #393f3f;
- min-height: 2em;
- min-width: 2em;
+ min-height: 1.2em;
+ min-width: 1.2em;
font-size: 16pt;
border-radius: 3px;
border: 1px solid #464d4d;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]