You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry it took so long to look at this 😅 I am not sure how to specify a max width (in case no stylesheet is used), but I'll try removing the maxwidth property and see what happens
Not being a programmer, I'll give my 2 cents
Maybe changing width to infinite (16777215) <width>16777215<width> instead of <width>32</width>
<widget class="QPushButton" name="buttonAddLevel"> <property name="maximumSize"> <size> <width>32</width> <height>16777215</height> </size>
if not maybe changing the spacers from having a Maximum size to Expanding. https://programmerall.com/article/5185347729/
or maybe this helps https://www.qtcentre.org/printthread.php?t=54080&pp=20&page=1
As per discussion https://forum.freecadweb.org/viewtopic.php?f=34&t=56219 maybe when time is available some solutions. Thanks
The text was updated successfully, but these errors were encountered: