← Back to team overview

widelands-dev team mailing list archive

Re: [Merge] lp:~widelands-dev/widelands/bug-1751620-floating-images into lp:widelands

 

Review: Approve

This is working great for float::left, thank you so much! Float::right doesn't do anything yet though. You can test by hacking li_image like this:


function li_image(imagepath, text)
   return
      div("width=100%",
         p(text) .. div("float=right padding_l=6", p(img(imagepath)))
      )
end

I leave it up to you if you want to do that in this branch or a follow-up branch.
-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1751620-floating-images/+merge/341286
Your team Widelands Developers is subscribed to branch lp:~widelands-dev/widelands/bug-1751620-floating-images.


References