mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 959147 - Search Results Overlay Minimum Results has Two Blank Tiles r=sfoster
This commit is contained in:
parent
186e83636d
commit
c60a5df74b
@ -504,7 +504,7 @@
|
||||
<xul:vbox class="meta-section" anonid="results-container" flex="1">
|
||||
<xul:label class="meta-section-title"
|
||||
value="&autocompleteResultsHeader.label;"/>
|
||||
<richgrid anonid="results" rows="3" flex="1"
|
||||
<richgrid anonid="results" rows="3" flex="1" minSlots="1"
|
||||
seltype="single" nocontext="true" deferlayout="true"/>
|
||||
</xul:vbox>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user