permaculture icon indicating copy to clipboard operation
permaculture copied to clipboard

design package to-do list

Open jwnigel opened this issue 1 year ago • 0 comments

  • [ ] After dragging and dropping trees to the screen, upon resizing the window the trees move dynamically with the RelativeLayout. However, they do not move correctly with the background image! In order to keep the image proportions, padding is added to the top/bottom or sides of the image as the window is resized. I think one solution to this would be to crop the image instead of padding it.
  • [ ] When I click on the tree icon (IconButton class) it creates a DraggableImage in the MapLayout directly over the button's location. However you have to click on this again to drag it. Need to set it's default drag state to True somehow. I already tried using on_motion property.
  • [ ] Resize the tree (DraggableImage) drag size. Right now the size is set to the size of tree IconButton, which is a vertical rectangle. I had no luck with the size or texture_size so will try changing its drag_rectangle properties. Can skip this for now as I think it wont matter when the tree size is set correctly to the map size.
  • [ ] Create database (using SQLite3 for now?) and start playing with selecting a few from dropdown menus.

jwnigel avatar Jan 30 '23 23:01 jwnigel