Hello, I'm having trouble making sense of the options in the wrap dialog for the placement of the wrap. From the xforms frontend: str = _("Forces float to the right in a paragraph if the page number " "is odd, and to the left if page number is even."); tooltips().init(dialog_->radio_default, str); str = _("Forces float to the left in a paragraph if the pagenumber " "is odd, and to the right if page number is even."); tooltips().init(dialog_->radio_outer, str);
Based on that, I don't understand why the option "Default" is not called "Inner". Further, in the qt frontend, the default is labelled "Default (outer)". So is the default option: * Always outer? * Always inner? * Changeable? And if the "Default" isn't equivalent to "Inner", why is there no option for "Inner"? John