popup-proxy window size
-
Is there a way to increase the popup-proxy window size? I’ve tried using window-height and full-height in a css class but have not had success in getting it to work. I’ve had success in increasing the size of the window by putting what I am displaying in a <q-page-container> and <q-page> container, but this method results in a window that is to large, and I have had difficulty in adjusting its size as well.
Jim
-
I found that if I used page container with the following style <q-page-container style=“padding: 0px;” > that it removed the unwanted space in the popup-proxy, making this method feasible.
-
Whatever QPopupProxy has for it’s default slot, this is where you would adjust height and width, commonly via
style="width: 300px; height: 400px;"