diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-09-10 20:44:05 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-09-10 20:44:05 +0000 |
commit | 0c40c5109ac460c2286e10acc1a7d28d11e6fd8b (patch) | |
tree | 611107128f3ddcabb3aeb09b06f6a27d128df783 /resources/colors | |
parent | 04d5a4c7e3fdc94f039808702c01910ffae42db7 (diff) | |
download | jitsi-0c40c5109ac460c2286e10acc1a7d28d11e6fd8b.zip jitsi-0c40c5109ac460c2286e10acc1a7d28d11e6fd8b.tar.gz jitsi-0c40c5109ac460c2286e10acc1a7d28d11e6fd8b.tar.bz2 |
- Added some new color constants.
- Added set/getSize and set/getLocation methods to the UIService.
Diffstat (limited to 'resources/colors')
-rw-r--r-- | resources/colors/colors.properties | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/resources/colors/colors.properties b/resources/colors/colors.properties index c184aac..503f538 100644 --- a/resources/colors/colors.properties +++ b/resources/colors/colors.properties @@ -124,6 +124,14 @@ toolBarForeground=FFFFFF # Initial account registration protocol panel background. accountRegistrationBackground=C2CEE0 +# Contact list contact row color. contactListRowColor=e8e9ef -contactListGroupRowColor=C2CEE0
\ No newline at end of file +# Contact list group row color. +contactListGroupRowColor=C2CEE0 + +# Contact list gradient group color. +contactListGroupGradientColor=C2CEE0 + +# Main window background color. +mainWindowBackground=FAFAFA
\ No newline at end of file |