Logic Machine Forum
Alignment? - Printable Version

+- Logic Machine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: Visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: Alignment? (/showthread.php?tid=1606)



Alignment? - Fred - 22.09.2018

How is alignment supposed to work in the visualisation ?

In the design screen I have this:
   

In the visualisation screen I have this:
   

Tried with Safari and Firefox so it does not look like it's browser related... 
Thanks for any help...


RE: Alignment? - buuuudzik - 22.09.2018

Use "Vis. configuration" which is at the bottom left of editor view and change "Usermode view" to e.g. "Center plans, enable auto-sizing"


RE: Alignment? - Fred - 22.09.2018

(22.09.2018, 17:58)buuuudzik Wrote: Use "Vis. configuration" which is at the bottom left of editor view and change "Usermode view" to e.g. "Center plans, enable auto-sizing"

Thanks. This is already my setting however, so no improvement...


RE: Alignment? - buuuudzik - 23.09.2018

In very, very past I have such issue and it was because of this setting also because the plan resolution was different than background image resolution. So it is not normal and it must be possible to solve itWink


RE: Alignment? - buuuudzik - 23.09.2018

Take a photo of settings of this plan e.g. plan resolution and backgrounds.


RE: Alignment? - Daniel - 24.09.2018

Hi
Try 'Usermode auto-size upscaling:' You probably have small resolution of visu where your screen has higher.
BR


RE: Alignment? - Fred - 05.01.2019

But no matter what setting is or is not set, this is a bug, no ?

When in visu modes, both are aligned as they should be (both objects have the same v pos value!). In "edit" mode, the items are not aligned.

Am I the only one aligning labels and values ?????


RE: Alignment? - admin - 05.01.2019

Can you provide a backup to test this? It can be fixed using a couple of Custom CSS rules.


RE: Alignment? - Fred - 09.03.2019

(05.01.2019, 14:50)admin Wrote: Can you provide a backup to test this? It can be fixed using a couple of Custom CSS rules.

Here you go.


RE: Alignment? - admin - 11.03.2019

Thanks for the test case, as a work-around add this to Custom CSS. It will make alignment consistent with the editor.
Code:
.item-value { margin: 2px; }



RE: Alignment? - Fred - 14.04.2019

(11.03.2019, 08:51)admin Wrote: Thanks for the test case, as a work-around add this to Custom CSS. It will make alignment consistent with the editor.
Code:
.item-value { margin: 2px; }

Where should I add that? To every problem element ?

And why does it happen? I don't have anything of value in the visualisation, so if resetting everything solves it, I'd probably prefer to do that...

Thanks

(11.03.2019, 08:51)admin Wrote: Thanks for the test case, as a work-around add this to Custom CSS. It will make alignment consistent with the editor.
Code:
.item-value { margin: 2px; }

Where should I add that? To every problem element ?

And why does it happen? I don't have anything of value in the visualisation, so if resetting everything solves it, I'd probably prefer to do that...

Thanks


RE: Alignment? - admin - 15.04.2019

Add this to Custom CSS. This will fix this issue for all elements at once, you don't need to add additional classes.