PR# 19320 GTK implementation does not automatically resize dialog if a widget in a container is replaced with

Problem Report Summary
Submitter: finnianr
Category: EiffelVision
Priority: Low
Date: 2017/01/29
Class: Bug
Severity: Non-critical
Number: 19320
Release: 16.05.9.8969
Confidential: No
Status: Open
Responsible: manus_eiffel
Environment: Linux Mint 17
Synopsis: GTK implementation does not automatically resize dialog if a widget in a container is replaced with

Description
When using the GTK implementation, if you have a widget in a container, a cell for example, and you replace it with a widget which is bigger, the dialog window does not automatically resize to accommodate it. You must explicitly make a call to 'set_maximum_size' and increase the dimension by the difference in height/width between the smaller and larger widget.

In Windows however, even if user resizing is disabled, the dialog window will automatically adjust to a larger widget. Yes, it's hard to believe, but Windows does the smarter thing in this case.
To Reproduce

										
Problem Report Interactions