Automatically resize feed window

This commit is contained in:
Jaidyn Ann 2021-10-10 23:02:32 -05:00
parent c712468177
commit 756e1a0d43

View File

@ -30,7 +30,7 @@ FeedEditWindow::FeedEditWindow()
:
BWindow(((App*)be_app)->fPreferences->fFeedEditRect,
B_TRANSLATE("New Feed"), B_TITLED_WINDOW,
B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS)
{
_InitInterface();
MoveOnScreen();