summaryrefslogtreecommitdiffstats
path: root/share/extensions/webslicer_create_rect.inx
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-10-01 19:35:16 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-10-01 19:35:16 +0000
commit34c3dedd7f56ad1c852528c2c9df323a0148ffc2 (patch)
tree0c031894793f9b5a0f0fc4d778518095af29c806 /share/extensions/webslicer_create_rect.inx
parenttranslation fix (diff)
downloadinkscape-34c3dedd7f56ad1c852528c2c9df323a0148ffc2.tar.gz
inkscape-34c3dedd7f56ad1c852528c2c9df323a0148ffc2.zip
UI fixes
(bzr r9806)
Diffstat (limited to 'share/extensions/webslicer_create_rect.inx')
-rw-r--r--share/extensions/webslicer_create_rect.inx6
1 files changed, 3 insertions, 3 deletions
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>