DeadlyNightshade
11-18-2012, 10:24 PM
I have a UI that I'm working on improving.
One final thing that has been bugging me is the fact that I can't scale down my window below the size of it's children (the paneLayout's children I believe). Thing is that my paneLayout is like 600 pixels in height or something and I can't scale the window below that.
And there doesn't seem to be any flag for this - at least I have not found one.
Code:
window
-title "The title"
uvTextureEditor;
paneLayout
-configuration "vertical2"
-paneSize 1 5 100
-paneSize 2 95 100
-staticWidthPane 1
sidePanel;
formLayout uvManipLayout;
// My UI elements
One final thing that has been bugging me is the fact that I can't scale down my window below the size of it's children (the paneLayout's children I believe). Thing is that my paneLayout is like 600 pixels in height or something and I can't scale the window below that.
And there doesn't seem to be any flag for this - at least I have not found one.
Code:
window
-title "The title"
uvTextureEditor;
paneLayout
-configuration "vertical2"
-paneSize 1 5 100
-paneSize 2 95 100
-staticWidthPane 1
sidePanel;
formLayout uvManipLayout;
// My UI elements
