diff options
author | Yana Stamcheva <yana@jitsi.org> | 2008-02-21 14:17:27 +0000 |
---|---|---|
committer | Yana Stamcheva <yana@jitsi.org> | 2008-02-21 14:17:27 +0000 |
commit | cb6bd830655e074ee4130cbac958dac11c6dae36 (patch) | |
tree | 763047f2449d562705394b2ac6e4ca82381a00ae /resources/application.properties | |
parent | aa0e0c2db118c67208076717120335fc784d70e5 (diff) | |
download | jitsi-cb6bd830655e074ee4130cbac958dac11c6dae36.zip jitsi-cb6bd830655e074ee4130cbac958dac11c6dae36.tar.gz jitsi-cb6bd830655e074ee4130cbac958dac11c6dae36.tar.bz2 |
Added configurable font size to about and splash windows.
Diffstat (limited to 'resources/application.properties')
-rw-r--r-- | resources/application.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/application.properties b/resources/application.properties index f7b99ea..8aa7a6d 100644 --- a/resources/application.properties +++ b/resources/application.properties @@ -4,4 +4,5 @@ fontName=Verdana fontSize=12 titleFontSize=14 isLookAndFeelDecorated=false -isToolBarExteneded=false
\ No newline at end of file +isToolBarExteneded=false +aboutLogoFontSize=14
\ No newline at end of file |