How to create custom (Image / Button) component that isn't ugly as sin?

without getting into css:

  • make sure that ‘sin’ has ‘wrap_on’ set to ‘never’
  • add a FlowPanel
  • add a LinearPanel to the FlowPanel and make it your desired image width by dragging it
  • add an Image into the LinearPanel
  • add a Button next to the LinearPanel

Screen Shot 2020-02-25 at 16.01.23

4 Likes