Skip to content

Commit

Permalink
added default value of 24 so it reflects current value if not set
Browse files Browse the repository at this point in the history
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@412 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
ronm123 committed Jul 31, 2012
1 parent 3be32f7 commit 8a0f6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xerte/parent_templates/Nottingham/data.xwd
Expand Up @@ -9,7 +9,7 @@

<kblanguage type="ComboBox" options="Chinese,Croation,English,French,German,Italian,Japanese,Polish,Portuguese,Russian,Serbian,Slovene,Spanish" data="Chinese,Croation,English,French,German,Italian,Japanese,Polish,Portuguese,Russian,Serbian,Slovene,Spanish" width="120" label="Keyboard Language" optional="true"/>
<displayMode type="ComboBox" options="default,full screen,fill window" data="default,full screen,fill window" label="Display Mode" width="100"/>
<allpagestitlesize optional="true" type="NumericStepper" min="16" max="30" step="1" label="Page title size"/>
<allpagestitlesize optional="true" type="NumericStepper" min="16" max="30" step="1" label="Page title size" defaultValue="24"/>
<mediaImage optional="true" type="media" label="Media Image"/>
<mediaTranscript optional="true" type="media" label="Media Transcript"/>
<media optional="true" type="media" label="Media File"/>
Expand Down

0 comments on commit 8a0f6e2

Please sign in to comment.