layout my_dialog
{
	view dva_dialog(name: '$$$/Premiere/DLG/HistorySettingsDialog/kResDLGHistorySettingsDialogTitle=History Settings', identifier:'HistorySettingsDialog')
	{
		row(child_horizontal: align_fill, horizontal: align_fill, spacing:15)
		{
			dva_static_text(identifier:'HistoryStatesST', name:'$$$/Premiere/DLG/HistorySettingsDialog/kResDLGHistoryStates=History States:');
			dva_number_edit(identifier:'HistoryStatesET',  minValue:10, maxValue:100, decimalPlaces:0, minWidth:80, minHeight:20, setAsFocused:'true');

			column(child_horizontal: align_center, horizontal: align_center)
			{
				dva_ok_cancel_column(minWidth:80, minHeight:20);
			}
		}
	}
} 
