зеркало из https://github.com/mozilla/gecko-dev.git
83944 - urlbar history popup should have a max-width, r=ben, sr=hyatt
This commit is contained in:
Родитель
5bdf085a1c
Коммит
9d7ad5a482
|
@ -939,7 +939,7 @@ nsMenuFrame::DoLayout(nsBoxLayoutState& aState)
|
|||
|
||||
BoundsCheck(minSize, prefSize, maxSize);
|
||||
|
||||
if (sizeToPopup && prefSize.width < contentRect.width)
|
||||
if (sizeToPopup)
|
||||
prefSize.width = contentRect.width;
|
||||
|
||||
// if the pref size changed then set bounds to be the pref size
|
||||
|
|
Загрузка…
Ссылка в новой задаче