#1920 Curve creator. Adjust target plot combobox width to contents

This commit is contained in:
Bjørn Erik Jensen
2017-09-22 11:49:00 +02:00
parent 70ede18dc1
commit f4148dfe7a
3 changed files with 30 additions and 0 deletions

View File

@@ -55,7 +55,13 @@ namespace caf
class PdmUiComboBoxEditorAttribute : public PdmUiEditorAttribute
{
public:
bool adjustWidthToContents;
PdmUiComboBoxEditorAttribute()
{
adjustWidthToContents = false;
}
};