Hi, i am currently making a responsive app for my company and size we want to make the layout adjustable to every size of screens we dont give components certain x and y positions like (100,250). Instead we code the positions in percentage form like “Button will be at position[%30 * (width of screen), %60 *(height of screen)]”. To do this when I press “alt” key , I need to see the distance in % form not in pixels. Can you add a feature for this?
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.