mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
91c9a487dc
o Fix X resources to enable vertical scrollbar on help window. whenNeeded had been assumed as Never from XFree86 4.0. o Fix X resources to use roman font insted of italic or oblique (for ja_JP.eucJP only). PR: ports/59560 Submitted by: Yoshihiko Sarumaru <mistral@imasy.or.jp> (maintainer)
27 lines
720 B
Plaintext
27 lines
720 B
Plaintext
--- XCalendar.sed.orig Tue Jul 4 06:59:01 1995
|
|
+++ XCalendar.sed Sat Nov 22 03:05:34 2003
|
|
@@ -2,7 +2,9 @@
|
|
*showGrip: False
|
|
*calendar*internalBorderWidth: 0
|
|
*input: True
|
|
-*resize: False
|
|
+*controls*resize: False
|
|
+*bcontrols*resize: False
|
|
+*daybuttons*resize: False
|
|
*resizable: True
|
|
*title: XCalendar v.4.0
|
|
*dayEditor.title: Day Editor
|
|
@@ -119,9 +121,9 @@
|
|
*daybuttons*borderWidth: 0
|
|
|
|
*Scrollbar.borderWidth: 1
|
|
-*Text*scrollVertical: whenNeeded
|
|
-*scrollHorizontal: False
|
|
-*helpWindow*scrollHorizontal: True
|
|
+*Text*scrollVertical: Always
|
|
+*scrollHorizontal: Never
|
|
+*helpWindow*scrollHorizontal: Always
|
|
*holiday*cursorPositionVisible: False
|
|
*holiday*displayCaret: False
|
|
*helpWindow*cursorPositionVisible: False
|