Skip to content
  • Nate Graham's avatar
    [containments/desktop] Fix applet overlay icon size with touch interaction · 29cf0fd9
    Nate Graham authored
    Ths intention of this code was to present larger icons when the config
    overlay was shown via a touch event. However this did not work because
    the buttons' size was accidentally hardcoded to small, with conflicting
    size definitions when only one was needed.
    
    This commit fixes the issue by removing the width and height properties,
    using the correct layout properties, and allowing the icon size to
    scale ccording to the space available, which fixes the problem for
    touch. There are no visual changes with the mouse-based interaction.
    
    
    (cherry picked from commit f0eb8415)
    29cf0fd9