search: Fix visibility of "more" icon
Since commit 19749bb37fda75b2b, the icon is always visible - ooops.
This commit is contained in:
parent
3e20843d9c
commit
d0fe1211f2
@ -434,7 +434,7 @@ const ListSearchResults = new Lang.Class({
|
|||||||
},
|
},
|
||||||
|
|
||||||
_setMoreIconVisible: function(visible) {
|
_setMoreIconVisible: function(visible) {
|
||||||
this.providerIcon.moreIcon.visible = true;
|
this.providerIcon.moreIcon.visible = visible;
|
||||||
},
|
},
|
||||||
|
|
||||||
_getMaxDisplayedResults: function() {
|
_getMaxDisplayedResults: function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user