Problems registering, no confirmation email - see http://wiki.scribus.net/canvas/Forums_Registration
activeLayer = scribus.getActiveLayer()
position = scribus.getPosition()
size = scribus.getSize()
scribus.copyObjects()
bookmarkText = scribus.getFrameText()
bookmarkName = bookmarkText
scribus.setActiveLayer("Bookmarks")
scribus.createText(position[0], position[1], 5.5, 0.25, bookmarkName)
scribus.insertText(bookmarkText, 0, bookmarkName)
scribus.setPDFBookmark(1, bookmarkName)
scribus.setActiveLayer(activeLayer)
Quote from: a.l.e on September 26, 2025, 05:46:51 PMAs far as I can tell, you should be able to get the same alignment with the pair of tabs (first the right one, then the left one) as you get with one tab stopping at a colon.In general I can agree, However, I think (!!!) that I can see a difference width of the gaps before the colon and after. On the other hand I'm sure that most readers wouldn't see the same and almost everybody wouldn't care.
the hours will be right aligned and the minutes left aligned.