On 05/09/2010 06:08, Uwe Stöhr wrote:
The attached patch adds support for horizontal lines via the LaTeX
command \rule.
It furthermore provides:
- remove the \lyxline command because this line had a fixed width and
height and it was surrounded by a paragraph. Now the user can
customize the height, width and decide if it should go into a line or
a paragraph.
- It is now possible to draw lines via GuiPainter with any line
thicknesses
This patch would of course be a fileformat change. Opinions?
Could you please try to use InsetParamsWidget for new dialogs instead of
GuiDialog? Each time I migrate a dialog, some others are popping up...
InsetParamsWidget is easier to use and will results in much less lines
of code. Look at GuiHSpace or GuiVSpace as an example.
Thanks,
Abdel.