Re: [Maya-Python] PyQt - Gui contents got resized but not the window

2019-11-22 Thread Alok Gandhi
In addition to what Justin said, if it is a standalone window and you do not that extra space to show up, the set the size of your main application window to the fixed size and remove the fix size from the widget, so it expands to fill your application window. On Sat, Nov 23, 2019, 13:35 Justin

Re: [Maya-Python] PyQt - Gui contents got resized but not the window

2019-11-22 Thread Justin Israel
On Sat, Nov 23, 2019 at 2:44 PM likage wrote: > Hi all, I am trying to 'scale' down the gui so as to reduce the spacing > between my widgets whenever the tool is called. > > I tried using `setFixedSize`, while it does seems to scales down to what I > had wanted, but the window, see attached,

[Maya-Python] PyQt - Gui contents got resized but not the window

2019-11-22 Thread likage
Hi all, I am trying to 'scale' down the gui so as to reduce the spacing between my widgets whenever the tool is called. I tried using `setFixedSize`, while it does seems to scales down to what I had wanted, but the window, see attached, stays as it is and it is not being scaled down with it.