pharmpy / modelbuilder

A GUI to build models using Pharmpy
BSD 2-Clause "Simplified" License
1 stars 2 forks source link

Dataset widget is outside screen #132

Closed rikardn closed 1 month ago

rikardn commented 1 month ago

This is a recent regression. The dataset widget is partially too far down to be seen. This worked earlier today

rikardn commented 1 month ago

It could be that the Model/Python/R tabs are now larger?

rikardn commented 1 month ago

This is what it looks like at the bottom of my screen. The dataset widget used to fit fine, but now I have to scroll.

image

antoniaih commented 1 month ago

Yes, because of the bigger tabs the dataset widget is a bit further down. I can make the text area shorter but depending on the scaling in the browser the widget might still be outside the window without scrolling.

rikardn commented 1 month ago

Reverting 062bebdc09ad8e3956c0ffb7378aa46da4972633 fixes the problem. I think something in that commit removed the "rubberband" (i.e. adapting height so that all widgets fit regardless of screen size) nature of the text widget.

image

antoniaih commented 1 month ago

Update in https://github.com/pharmpy/modelbuilder/commit/34225946c20da4835d35150b3613349d26a17d98

rikardn commented 1 month ago

This works on my computer now. At least when having maximized the browser.