Cura/plugins/PrepareStage
Ghostkeeper ffa89bb1a1
Allow open file button to resize depending on content items
This re-links the widths, heights and paddings such that we can later change the width of the button depending on its contents.
However there is a complication: Buttons automatically change the size of the contents based on the size of the button minus its padding. So making the size of the button in turn depend on its contents causes a binding loop.
To get around this binding loop, we need to manually calculate the size of the button, such that the size of the contents ends up exactly right.

Contributes to issue CURA-8008.
2021-07-08 17:49:44 +02:00
..
__init__.py plugins: Reweighting stages 2019-09-21 22:57:23 +02:00
plugin.json Now unused API field only took integers originally. 2021-06-17 11:15:33 +02:00
PrepareMain.qml Fix binding loop in action panel widget 2020-03-20 14:52:33 +01:00
PrepareMenu.qml Allow open file button to resize depending on content items 2021-07-08 17:49:44 +02:00
PrepareStage.py Convert doxygen to rst for Prepare, Preview, RemovableOutputDevice 2020-05-08 17:37:49 +02:00