diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-10-01 19:35:16 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-10-01 19:35:16 +0000 |
| commit | 34c3dedd7f56ad1c852528c2c9df323a0148ffc2 (patch) | |
| tree | 0c031894793f9b5a0f0fc4d778518095af29c806 | |
| parent | translation fix (diff) | |
| download | inkscape-34c3dedd7f56ad1c852528c2c9df323a0148ffc2.tar.gz inkscape-34c3dedd7f56ad1c852528c2c9df323a0148ffc2.zip | |
UI fixes
(bzr r9806)
| -rw-r--r-- | share/extensions/jessyInk_effects.inx | 4 | ||||
| -rw-r--r-- | share/extensions/jessyInk_transitions.inx | 4 | ||||
| -rw-r--r-- | share/extensions/pixelsnap.inx | 2 | ||||
| -rw-r--r-- | share/extensions/webslicer_create_rect.inx | 6 |
4 files changed, 8 insertions, 8 deletions
diff --git a/share/extensions/jessyInk_effects.inx b/share/extensions/jessyInk_effects.inx index 3a8a03df8..a0ff98ae9 100644 --- a/share/extensions/jessyInk_effects.inx +++ b/share/extensions/jessyInk_effects.inx @@ -6,7 +6,7 @@ <dependency type="executable" location="extensions">jessyInk_effects.py</dependency> <param name="tab" type="notebook"> <page name="settings" _gui-text="Settings"> - <_param name="effectInLabel" type="description">Build-in effect</_param> + <_param name="effectInLabel" type="groupheader">Build-in effect</_param> <param name="effectInOrder" type="int" min="1" max="100" _gui-text="Order:">1</param> <param name="effectInDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param> <param name="effectIn" type="optiongroup" _gui-text="Type:"> @@ -15,7 +15,7 @@ <_option value="fade">Fade</_option> <_option value="pop">Pop</_option> </param> - <_param name="effectOutLabel" type="description">Build-out effect</_param> + <_param name="effectOutLabel" type="groupheader">Build-out effect</_param> <param name="effectOutOrder" type="int" min="1" max="100" _gui-text="Order:">1</param> <param name="effectOutDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param> <param name="effectOut" type="optiongroup" _gui-text="Type:"> diff --git a/share/extensions/jessyInk_transitions.inx b/share/extensions/jessyInk_transitions.inx index 1599d2c20..bf794e9cf 100644 --- a/share/extensions/jessyInk_transitions.inx +++ b/share/extensions/jessyInk_transitions.inx @@ -7,7 +7,7 @@ <param name="tab" type="notebook"> <page name="settings" _gui-text="Settings"> <param name="layerName" type="string" _gui-text="Name of layer:"></param> - <_param name="effectInLabel" type="description">Transition in effect</_param> + <_param name="effectInLabel" type="groupheader">Transition in effect</_param> <param name="effectInDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param> <param name="effectIn" type="optiongroup" _gui-text="Type:"> <_option value="default">Default</_option> @@ -15,7 +15,7 @@ <_option value="fade">Fade</_option> <_option value="pop">Pop</_option> </param> - <_param name="effectOutLabel" type="description">Transition out effect</_param> + <_param name="effectOutLabel" type="groupheader">Transition out effect</_param> <param name="effectOutDuration" precision="1" type="float" min="0.1" max="10.0" _gui-text="Duration in seconds:">0.8</param> <param name="effectOut" type="optiongroup" _gui-text="Type:"> <_option value="default">Default</_option> diff --git a/share/extensions/pixelsnap.inx b/share/extensions/pixelsnap.inx index c46fb36f6..65ce401be 100644 --- a/share/extensions/pixelsnap.inx +++ b/share/extensions/pixelsnap.inx @@ -3,7 +3,7 @@ <_name>PixelSnap</_name> <id>bryhoyt.pixelsnap</id> <dependency type="executable" location="extensions">pixelsnap.py</dependency> - <_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points</_param> + <_param name="title" type="description">Snap all paths in selection to pixels. Snaps borders to half-points and fills to full points.</_param> <effect> <effects-menu> <submenu _name="Modify Path"/> diff --git a/share/extensions/webslicer_create_rect.inx b/share/extensions/webslicer_create_rect.inx index 5dc545a3b..8a56c7892 100644 --- a/share/extensions/webslicer_create_rect.inx +++ b/share/extensions/webslicer_create_rect.inx @@ -19,12 +19,12 @@ <param name="bg-color" type="string" _gui-text="Background color:"></param> <param name="tab" type="notebook"> <page name="tabJPG" gui-text="JPG"> - <_param name="help-jpg" type="description"><b>JPG specific options</b></_param> + <_param name="help-jpg" type="groupheader">JPG specific options</_param> <param name="quality" type="int" min="0" max="100" _gui-text="Quality:">85</param> <_param name="help-quality" type="description">0 is the lowest image quality and highest compression, and 100 is the best quality but least effective compression</_param> </page> <page name="tabGIF" gui-text="GIF"> - <_param name="help-gif" type="description"><b>GIF specific options</b></_param> + <_param name="help-gif" type="groupheader">GIF specific options</_param> <param name="gif-type" type="enum" _gui-text="Type:"> <_item value="grayscale">Grayscale</_item> <_item value="palette">Palette</_item> @@ -34,7 +34,7 @@ <page name="tabHTML" gui-text="HTML"> <param name="html-id" type="string" _gui-text="HTML id attribute:"></param> <param name="html-class" type="string" _gui-text="HTML class attribute:"></param> - <_param name="help-gif" type="description"><b>Options for HTML export</b></_param> + <_param name="help-gif" type="groupheader">Options for HTML export</_param> <param name="layout-disposition" type="enum" _gui-text="Layout disposition:"> <_item value="bg-el-norepeat">Positioned html block element with the image as Background</_item> <_item value="bg-parent-repeat">Tiled Background (on parent group)</_item> |
