hi
i dont have idea how to adjust css so button on right (“Podrobnosti”) would change position instead of scalling size. i want it set minimaly for value x from top and left. but ideally somehow centered on right side. “%” doesnt work with css and if i set margin-top and left width and height i also dont get what im looking for
If I understand what you want correctly, you could use the valign
property on the button in your UI file or code.
In GTK, layout is the responsibility of the program code, not the CSS.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.