Skip to content

Commit 62e69b0

Browse files
committed
[2815]: increase resize height of shortcut input to fix scrollbar
1 parent fdda15c commit 62e69b0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

TeXmacs/progs/source/shortcut-widgets.scm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
(vertical
5353
(aligned
5454
(item (text "Shortcut")
55-
(resize "350px" "30px"
55+
(resize "350px" "60px"
5656
(texmacs-input `(document (preview-shortcut ,(global-ref u :sh)))
5757
`(style (tuple "generic" "shortcut-editor")) u)))
5858
(item (text "Command")
@@ -89,7 +89,7 @@
8989
(vertical
9090
(aligned
9191
(item (text "Shortcut")
92-
(resize "250px" "30px"
92+
(resize "250px" "60px"
9393
(texmacs-input `(document (preview-shortcut ,(global-ref u :sh)))
9494
`(style (tuple "generic" "shortcut-editor")) u)))
9595
(item (text "Command")

0 commit comments

Comments
 (0)