diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-09-28 22:59:37 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-09-28 22:59:37 +0000 |
commit | c714b4e07d7801e5c6b4ac453875daf4d0f24ce1 (patch) | |
tree | 1551334047191e416c182f38562eed547dc192ec /resources/config | |
parent | 77bc78866fe2bdadf531e997caf1ed853c3386be (diff) | |
download | jitsi-c714b4e07d7801e5c6b4ac453875daf4d0f24ce1.zip jitsi-c714b4e07d7801e5c6b4ac453875daf4d0f24ce1.tar.gz jitsi-c714b4e07d7801e5c6b4ac453875daf4d0f24ce1.tar.bz2 |
About window paragraph gap moved to the configuration properties file.
Diffstat (limited to 'resources/config')
-rw-r--r-- | resources/config/defaults.properties | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/resources/config/defaults.properties b/resources/config/defaults.properties index 5372ca4..40b116a 100644 --- a/resources/config/defaults.properties +++ b/resources/config/defaults.properties @@ -16,9 +16,6 @@ fontSize=12 titleFontSize=14 isLookAndFeelDecorated=false isToolBarExteneded=false -aboutLogoFontSize=14 -aboutWindowTextIndent=180 -splashScreenTextIndent=190 defaultGroupName= preferredAccountWizard= tabOverlap=10 @@ -42,6 +39,10 @@ contactListRowTransparency=200 isTextureBackground=false # branding +aboutLogoFontSize=14 +aboutWindowTextIndent=180 +splashScreenTextIndent=190 +paragraphGap=10 textStyle=resources/styles/defaultStyle.css # jabber accregwizz |