<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><br class=""><div><blockquote type="cite" class=""><div class="">On 4 Jul 2017, at 16:44, Hadmut Danisch <<a href="mailto:hadmut@danisch.de" class="">hadmut@danisch.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">user question about using scribus:<br class=""><br class="">In one of the example templates that come with scribus (ubuntu package<br class="">scribus-template) there's an example called Newsletter_Wavestyle.sla,<br class="">which comes with headlines that have a small line *above* the text<br class="">(opposite of underlining).<br class=""><br class=""><br class="">I found that in the XML file that is controlled via the TEXTRA<br class="">attribute, i.e. in that particular example the values are<br class=""><br class=""><PAGEOBJECT ... EXTRA="0" TEXTRA="2.8" BEXTRA="0" REXTRA="0" ...<br class="">                          ^^^^^^^^^^^^<br class=""><br class=""><br class="">which control the extra lines above, leftof, rightof, below the box.<br class=""><br class=""><br class=""><br class="">However, I could not find where in the GUI of scribus one can set this<br class="">value. How would I set this through scribus (instead of a text editor<br class="">editing xml)?<br class=""><br class=""><br class="">thanks and regards<br class="">Hadmut<br class=""><br class=""><br class=""></div></div></blockquote></div><br class=""><div class="">Hi</div><div class=""><br class=""></div><div class="">here’s the code:</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">scribus/plugins/fileloader/scribus150format/scribus150format_save.cpp:<span class="Apple-tab-span" style="white-space:pre">             </span>docu.writeAttribute("EXTRA",item->textToFrameDistLeft());</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">scribus/plugins/fileloader/scribus150format/scribus150format_save.cpp:<span class="Apple-tab-span" style="white-space:pre">             </span>docu.writeAttribute("TEXTRA",item->textToFrameDistTop());</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">scribus/plugins/fileloader/scribus150format/scribus150format_save.cpp:<span class="Apple-tab-span" style="white-space:pre">             </span>docu.writeAttribute("BEXTRA",item->textToFrameDistBottom());</span></div><div style="margin: 0px; font-size: 11px; line-height: normal; font-family: Menlo; background-color: rgb(255, 255, 255);" class=""><span style="font-variant-ligatures: no-common-ligatures" class="">scribus/plugins/fileloader/scribus150format/scribus150format_save.cpp:<span class="Apple-tab-span" style="white-space:pre">          </span>docu.writeAttribute("REXTRA",item->textToFrameDistRight());</span></div></div><div class=""><br class=""></div><div class="">Its the text to frame distance left, top, bottom and right.</div><div class=""><br class=""></div><div class="">Craig</div></body></html>