Position of checkboxes after update 0.91

Discussion about writing code for Inkscape.
Frederik123
Posts: 1
Joined: Tue Feb 02, 2016 12:34 am

Position of checkboxes after update 0.91

Postby Frederik123 » Tue Feb 02, 2016 4:38 pm

Hello everybody,

I wrote an extension with some checkboxes in it. After updating from version 0.48 to 0.91 checkboxes now appear always before the text and not behind it. That bothers me because all other parameters ( int, float , text , ... ) appear after the descriptive text. It's now a bit confusing to handle...

Is there an align parameter or something like that to fix it in the xml file? I already tried a lot, unfortunately without success .


Thanks in advance!

~suv
Posts: 2272
Joined: Sun May 10, 2009 2:07 am

Re: Position of checkboxes after update 0.91

Postby ~suv » Tue Feb 02, 2016 10:52 pm

This was an intentional change ( Revision 9748: “Extensions. General UI improvements (gnome HIG). New group header extension parameter.” ) to match the GUI with the Gnome HIG.

There is no INX parameter or attribute available to choose a specific layout of the widgets (e.g. for a Boolean option), nor are there plans to revert Inkscape's Auto-GUI for extensions to the prior layout.


Return to “Programming”