mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1920 Curve creator. Adjust target plot combobox width to contents
This commit is contained in:
@@ -55,7 +55,13 @@ namespace caf
|
||||
|
||||
class PdmUiComboBoxEditorAttribute : public PdmUiEditorAttribute
|
||||
{
|
||||
public:
|
||||
bool adjustWidthToContents;
|
||||
|
||||
PdmUiComboBoxEditorAttribute()
|
||||
{
|
||||
adjustWidthToContents = false;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user