Automatically resize feed window
This commit is contained in:
parent
c712468177
commit
756e1a0d43
|
@ -30,7 +30,7 @@ FeedEditWindow::FeedEditWindow()
|
||||||
:
|
:
|
||||||
BWindow(((App*)be_app)->fPreferences->fFeedEditRect,
|
BWindow(((App*)be_app)->fPreferences->fFeedEditRect,
|
||||||
B_TRANSLATE("New Feed"), B_TITLED_WINDOW,
|
B_TRANSLATE("New Feed"), B_TITLED_WINDOW,
|
||||||
B_NOT_RESIZABLE | B_NOT_ZOOMABLE)
|
B_NOT_ZOOMABLE | B_AUTO_UPDATE_SIZE_LIMITS)
|
||||||
{
|
{
|
||||||
_InitInterface();
|
_InitInterface();
|
||||||
MoveOnScreen();
|
MoveOnScreen();
|
||||||
|
|
Ŝarĝante…
Reference in New Issue