diff options
author | perry <perry> | 2006-04-16 02:00:34 +0000 |
---|---|---|
committer | perry <perry> | 2006-04-16 02:00:34 +0000 |
commit | 199ea7f9448b71dac112b4a49543e79608cc42e5 (patch) | |
tree | b27a0e10dab56b7a4b9eb21da50c175d71a035c6 /time | |
parent | d8ba73ba7aee88e56040d285305ee7f624b30c91 (diff) | |
download | pkgsrc-199ea7f9448b71dac112b4a49543e79608cc42e5.tar.gz |
Add some resources to make Xaw3d widgets look better
Diffstat (limited to 'time')
-rw-r--r-- | time/xalarm/files/XAlarm-color.ad | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/time/xalarm/files/XAlarm-color.ad b/time/xalarm/files/XAlarm-color.ad index f05715763b1..498806c0985 100644 --- a/time/xalarm/files/XAlarm-color.ad +++ b/time/xalarm/files/XAlarm-color.ad @@ -1,4 +1,4 @@ -! $NetBSD: XAlarm-color.ad,v 1.1 2006/04/16 01:00:06 perry Exp $ +! $NetBSD: XAlarm-color.ad,v 1.2 2006/04/16 02:00:34 perry Exp $ ! This file disappeared from the distribution between 3.05 and 3.06 for ! unknown reasons. @@ -11,3 +11,11 @@ XAlarm*Command.foreground: LightYellow XAlarm.When?.when.Dialog.background: MidnightBlue XAlarm.Warning!.warning.background: HotPink XAlarm.Alarm!.alarm.background: DarkGreen + +! The following are added to make Xaw3d widgets look better +XAlarm*beNiceToColormap: False +XAlarm*shapeStyle: Rectangle + +XAlarm*Text.borderWidth: 0 +XAlarm*SimpleMenu.borderWidth: 0 +XAlarm*Paned.internalBorderWidth: 0 |