Fix #3193: the curve edit axis are now flowing automatically upon resize

of the Tool panel.
This commit is contained in:
Hombre
2016-03-13 15:02:03 +01:00
parent 5221d30ebc
commit 8b6ac0d9d8
2 changed files with 12 additions and 5 deletions

View File

@@ -70,7 +70,7 @@ public:
*
* The position of the Axis in the vector will be used in the communication between the Adjuster and the Provider to identify the Axis
*/
class CoordinateAdjuster : public Gtk::HBox
class CoordinateAdjuster : public Gtk::FlowBox
{
public: