Skip to content
  • Timm Bäder's avatar
    searchentry: Always measure and allocate icon · cc4b3798
    Timm Bäder authored
    Just measuring it (so the warning goes away) but then not using the
    values will later underallocate the text widget.
    Instead, always reserve space for the icon (which will inevitable be
    visible as soon as the searchentry is actually being used).
    
    Fixes #1831
    cc4b3798