LogicMachine Forum
4 byte - Printable Version

+- LogicMachine Forum (https://forum.logicmachine.net)
+-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1)
+--- Forum: OLD visualization (https://forum.logicmachine.net/forumdisplay.php?fid=9)
+--- Thread: 4 byte (/showthread.php?tid=4136)



4 byte - CristianAgata - 07.07.2022

Hi at all,
There is a way to insert 4 byte value in the mosaic custom object signed in the attached file?
Best regards Cristian


RE: 4 byte - admin - 07.07.2022

Do you mean that the control does not fit all digits for a 4-byte data type?
Control width can be changed via Custom CSS in Settings & themes:
Code:
#setting_custom_widget [data-element] .number, .widget-custom .number {   width: 130px; }



RE: 4 byte - CristianAgata - 07.07.2022

(07.07.2022, 08:56)admin Wrote: Do you mean that the control does not fit all digits for a 4-byte data type?
Control width can be changed via Custom CSS in Settings & themes:
Code:
#setting_custom_widget [data-element] .number, .widget-custom .number {   width: 130px; }
Ok I will check
Thanks so much


RE: 4 byte - CristianAgata - 09.07.2022

(07.07.2022, 08:56)admin Wrote: Do you mean that the control does not fit all digits for a 4-byte data type?
Control width can be changed via Custom CSS in Settings & themes:
Code:
#setting_custom_widget [data-element] .number, .widget-custom .number {   width: 130px; }

Ok it works. 
Thank you so much