blob: adb9793374be47be1816eb895f39db1cc51f4a3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
diff -up src/xfig-git/app-defaults/Fig-color.bisque.orig src/xfig-git/app-defaults/Fig-color.bisque
--- src/xfig-git/app-defaults/Fig-color.bisque.orig 2023-11-19 00:45:36.639683995 -0700
+++ src/xfig-git/app-defaults/Fig-color.bisque 2023-11-19 00:46:11.459683995 -0700
@@ -72,7 +72,7 @@ Fig*mixedEdit.background: navajowhite2
Fig*topruler.background: gray95
Fig*sideruler.background: gray95
Fig*List*background: gray95
-Fig*Scrollbar.background: gray95
+! Fig*Scrollbar.background: gray95
Fig*cancel.background: navajowhite1
Fig*dismiss.background: navajowhite1
@@ -92,8 +92,8 @@ Fig*upd_ctrl_form.upd_ctrl_btns*shadowWi
Fig*menu_divider.foreground: red
!##### Shadows
-Fig*shadowWidth: 2
-Fig*Label.shadowWidth: 1
+! Fig*shadowWidth: 2
+! Fig*Label.shadowWidth: 1
Fig*horizontal.shadowWidth: 2
Fig*Scrollbar.shadowWidth: 2
! no shadows for update indicators
@@ -124,3 +124,15 @@ Fig*color_box*topShadowPixel: gray80
Fig*toggle*bottomShadowPixel: gray80
Fig*toggle*topShadowPixel: gray50
+
+! repare damage done to scrollbar shadows non color resources file
+
+Fig*horizontal.topShadowPixel: gray95
+Fig*horizontal.bottomShadowPixel: gray50
+Fig*horizontal.topShadow: gray95
+Fig*horizontal.bottomShadow: gray50
+
+Fig*Scrollbar.topShadow: gray95
+Fig*Scrollbar.bottomShadow: gray50
+Fig*Scrollbar.topShadowPixel: gray95
+Fig*Scrollbar.bottomShadowPixel: gray50
diff -up src/xfig-git/app-defaults/Fig.orig src/xfig-git/app-defaults/Fig
--- src/xfig-git/app-defaults/Fig.orig 2023-11-19 00:45:36.639683995 -0700
+++ src/xfig-git/app-defaults/Fig 2023-11-19 00:46:11.449683995 -0700
@@ -34,7 +34,7 @@ Fig.pdfviewer: xdg-open %f
! Spell check program - put your favorite spelling check program here.
! It must write the misspelled words to standard output.
-Fig.spellcheckcommand: spell %f
+Fig.spellcheckcommand: aspell %f
! delay before spinner automatically counts when pressed (milliseconds)
Fig.spinner_delay: 1000
|